clang API Documentation
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. | |
uint32_t | BitOffset |
Offset in the AST file. |
Source range/offset of a preprocessed entity.
Definition at line 179 of file ASTBitCodes.h.
clang::serialization::DeclOffset::DeclOffset | ( | ) | [inline] |
Definition at line 185 of file ASTBitCodes.h.
clang::serialization::DeclOffset::DeclOffset | ( | SourceLocation | Loc, |
uint32_t | BitOffset | ||
) | [inline] |
Definition at line 186 of file ASTBitCodes.h.
void clang::serialization::DeclOffset::setLocation | ( | SourceLocation | L | ) | [inline] |
Definition at line 189 of file ASTBitCodes.h.
References clang::SourceLocation::getRawEncoding(), and Loc.
Offset in the AST file.
Definition at line 183 of file ASTBitCodes.h.