clang
3.7.0
|
Source range/offset of a preprocessed entity. More...
#include <ASTBitCodes.h>
Public Member Functions | |
PPEntityOffset (SourceRange R, uint32_t BitOffset) | |
Public Attributes | |
unsigned | Begin |
Raw source location of beginning of range. More... | |
unsigned | End |
Raw source location of end of range. More... | |
uint32_t | BitOffset |
Offset in the AST file. More... | |
Source range/offset of a preprocessed entity.
Definition at line 168 of file ASTBitCodes.h.
|
inline |
Definition at line 176 of file ASTBitCodes.h.
unsigned clang::serialization::PPEntityOffset::Begin |
Raw source location of beginning of range.
Definition at line 170 of file ASTBitCodes.h.
Referenced by clang::ASTReader::isPreprocessedEntityInFileID(), and clang::ASTReader::ReadPreprocessedEntity().
uint32_t clang::serialization::PPEntityOffset::BitOffset |
Offset in the AST file.
Definition at line 174 of file ASTBitCodes.h.
Referenced by clang::ASTReader::ReadPreprocessedEntity().
unsigned clang::serialization::PPEntityOffset::End |
Raw source location of end of range.
Definition at line 172 of file ASTBitCodes.h.
Referenced by clang::ASTReader::ReadPreprocessedEntity().