|
clang
3.8.0
|
#include <ASTUnit.h>
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 |
|
inline |
|
inline |
Definition at line 205 of file ASTUnit.h.
Referenced by clang::ASTUnit::mapLocationFromPreamble(), and clang::ASTUnit::mapLocationToPreamble().
|
inline |
|
inline |
|
inline |
Definition at line 216 of file ASTUnit.h.
References clang::SourceManager::getLocForStartOfFile(), clang::SourceLocation::getLocWithOffset(), clang::SourceManager::getPreambleFileID(), and size().
|
inline |
Definition at line 204 of file ASTUnit.h.
Referenced by clang::ASTUnit::CodeComplete(), getSourceRange(), clang::ASTUnit::mapLocationFromPreamble(), and clang::ASTUnit::mapLocationToPreamble().
1.8.6