clang
8.0.0
|
Source range/offset of a preprocessed entity. More...
#include "clang/Serialization/ASTBitCodes.h"
Public Member Functions | |
DeclOffset ()=default | |
DeclOffset (SourceLocation Loc, uint32_t BitOffset) | |
void | setLocation (SourceLocation L) |
SourceLocation | getLocation () const |
Public Attributes | |
unsigned | Loc = 0 |
Raw source location. More... | |
uint32_t | BitOffset = 0 |
Offset in the AST file. More... | |
Source range/offset of a preprocessed entity.
Definition at line 221 of file ASTBitCodes.h.
|
default |
|
inline |
Definition at line 229 of file ASTBitCodes.h.
|
inline |
Definition at line 236 of file ASTBitCodes.h.
References clang::SourceLocation::getFromRawEncoding().
Referenced by isConsumerInterestedIn().
|
inline |
Definition at line 232 of file ASTBitCodes.h.
References clang::SourceLocation::getRawEncoding().
uint32_t clang::serialization::DeclOffset::BitOffset = 0 |
Offset in the AST file.
Definition at line 226 of file ASTBitCodes.h.
Referenced by isConsumerInterestedIn().
unsigned clang::serialization::DeclOffset::Loc = 0 |
Raw source location.
Definition at line 223 of file ASTBitCodes.h.