clang
3.7.0
|
Source range/offset of a preprocessed entity. More...
#include <ASTBitCodes.h>
Public Member Functions | |
DeclOffset () | |
DeclOffset (SourceLocation Loc, uint32_t BitOffset) | |
void | setLocation (SourceLocation L) |
Public Attributes | |
unsigned | Loc |
Raw source location. More... | |
uint32_t | BitOffset |
Offset in the AST file. More... | |
Source range/offset of a preprocessed entity.
Definition at line 183 of file ASTBitCodes.h.
|
inline |
Definition at line 189 of file ASTBitCodes.h.
|
inline |
Definition at line 190 of file ASTBitCodes.h.
|
inline |
Definition at line 193 of file ASTBitCodes.h.
References clang::SourceLocation::getRawEncoding(), and Loc.
uint32_t clang::serialization::DeclOffset::BitOffset |
Offset in the AST file.
Definition at line 187 of file ASTBitCodes.h.
unsigned clang::serialization::DeclOffset::Loc |