clang
8.0.0
|
Class that performs lookup for an identifier stored in an AST file. More...
Public Types | |
using | data_type = IdentifierInfo * |
![]() | |
using | external_key_type = StringRef |
using | internal_key_type = StringRef |
using | hash_value_type = unsigned |
using | offset_type = unsigned |
Public Member Functions | |
ASTIdentifierLookupTrait (ASTReader &Reader, ModuleFile &F, IdentifierInfo *II=nullptr) | |
data_type | ReadData (const internal_key_type &k, const unsigned char *d, unsigned DataLen) |
IdentID | ReadIdentifierID (const unsigned char *d) |
ASTReader & | getReader () const |
Additional Inherited Members | |
![]() | |
static bool | EqualKey (const internal_key_type &a, const internal_key_type &b) |
static hash_value_type | ComputeHash (const internal_key_type &a) |
static std::pair< unsigned, unsigned > | ReadKeyDataLength (const unsigned char *&d) |
static const internal_key_type & | GetInternalKey (const external_key_type &x) |
static const external_key_type & | GetExternalKey (const internal_key_type &x) |
static internal_key_type | ReadKey (const unsigned char *d, unsigned n) |
Class that performs lookup for an identifier stored in an AST file.
Definition at line 160 of file ASTReaderInternals.h.
Definition at line 170 of file ASTReaderInternals.h.
|
inline |
Definition at line 172 of file ASTReaderInternals.h.
|
inline |
Definition at line 182 of file ASTReaderInternals.h.
IdentifierInfo * ASTIdentifierLookupTrait::ReadData | ( | const internal_key_type & | k, |
const unsigned char * | d, | ||
unsigned | DataLen | ||
) |
Definition at line 936 of file ASTReader.cpp.
References clang::IdentifierInfo::getBuiltinID(), clang::IdentifierInfo::getObjCOrBuiltinID(), clang::IdentifierInfo::getTokenID(), clang::IdentifierInfo::hasRevertedBuiltin(), clang::IdentifierInfo::isCPlusPlusOperatorKeyword(), clang::IdentifierInfo::isExtensionToken(), markIdentifierFromAST(), readBit(), clang::IdentifierInfo::revertBuiltin(), clang::IdentifierInfo::revertTokenIDToIdentifier(), clang::IdentifierInfo::setIsPoisoned(), and clang::IdentifierInfo::setObjCOrBuiltinID().
IdentID ASTIdentifierLookupTrait::ReadIdentifierID | ( | const unsigned char * | d | ) |
Definition at line 920 of file ASTReader.cpp.