clang API Documentation

Public Member Functions
clang::ASTUnit::PreambleData Class Reference

#include <ASTUnit.h>

List of all members.

Public Member Functions

 PreambleData ()
void assign (const FileEntry *F, const char *begin, const char *end)
void clear ()
size_t size () const
bool empty () const
const char * getBufferStart () const
unsigned getNumLines () const
SourceRange getSourceRange (const SourceManager &SM) const

Detailed Description

Definition at line 186 of file ASTUnit.h.


Constructor & Destructor Documentation

Definition at line 192 of file ASTUnit.h.


Member Function Documentation

void clang::ASTUnit::PreambleData::assign ( const FileEntry F,
const char *  begin,
const char *  end 
) [inline]

Definition at line 194 of file ASTUnit.h.

Definition at line 200 of file ASTUnit.h.

const char* clang::ASTUnit::PreambleData::getBufferStart ( ) const [inline]

Definition at line 205 of file ASTUnit.h.

Definition at line 207 of file ASTUnit.h.


The documentation for this class was generated from the following files: