clang
3.9.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) |
SourceLocation | getLocation () const |
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 187 of file ASTBitCodes.h.
|
inline |
Definition at line 193 of file ASTBitCodes.h.
|
inline |
Definition at line 194 of file ASTBitCodes.h.
|
inline |
Definition at line 200 of file ASTBitCodes.h.
References clang::SourceLocation::getFromRawEncoding(), and Loc.
|
inline |
Definition at line 197 of file ASTBitCodes.h.
References clang::SourceLocation::getRawEncoding(), and Loc.
uint32_t clang::serialization::DeclOffset::BitOffset |
Offset in the AST file.
Definition at line 191 of file ASTBitCodes.h.
unsigned clang::serialization::DeclOffset::Loc |
Raw source location.
Definition at line 189 of file ASTBitCodes.h.
Referenced by getLocation(), and setLocation().