clang
8.0.0
|
Source range/offset of a preprocessed entity. More...
#include "clang/Serialization/ASTBitCodes.h"
Public Member Functions | |
PPEntityOffset (SourceRange R, uint32_t BitOffset) | |
SourceLocation | getBegin () const |
SourceLocation | getEnd () const |
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 178 of file ASTBitCodes.h.
|
inline |
Definition at line 188 of file ASTBitCodes.h.
|
inline |
Definition at line 192 of file ASTBitCodes.h.
References clang::SourceLocation::getFromRawEncoding().
|
inline |
Definition at line 196 of file ASTBitCodes.h.
References clang::SourceLocation::getFromRawEncoding().
unsigned clang::serialization::PPEntityOffset::Begin |
Raw source location of beginning of range.
Definition at line 180 of file ASTBitCodes.h.
uint32_t clang::serialization::PPEntityOffset::BitOffset |
Offset in the AST file.
Definition at line 186 of file ASTBitCodes.h.
unsigned clang::serialization::PPEntityOffset::End |
Raw source location of end of range.
Definition at line 183 of file ASTBitCodes.h.