clang 20.0.0git
|
Class that performs lookup for a selector's entries in the global method pool stored in an AST file. More...
Classes | |
struct | data_type |
Public Types | |
using | external_key_type = Selector |
using | internal_key_type = external_key_type |
using | hash_value_type = unsigned |
using | offset_type = unsigned |
Public Member Functions | |
ASTSelectorLookupTrait (ASTReader &Reader, ModuleFile &F) | |
internal_key_type | ReadKey (const unsigned char *d, unsigned) |
data_type | ReadData (Selector, const unsigned char *d, unsigned DataLen) |
Static Public Member Functions | |
static bool | EqualKey (const internal_key_type &a, const internal_key_type &b) |
static hash_value_type | ComputeHash (Selector Sel) |
static const internal_key_type & | GetInternalKey (const external_key_type &x) |
static std::pair< unsigned, unsigned > | ReadKeyDataLength (const unsigned char *&d) |
Class that performs lookup for a selector's entries in the global method pool stored in an AST file.
Definition at line 190 of file ASTReaderInternals.h.
Definition at line 205 of file ASTReaderInternals.h.
Definition at line 207 of file ASTReaderInternals.h.
Definition at line 206 of file ASTReaderInternals.h.
Definition at line 208 of file ASTReaderInternals.h.
|
inline |
Definition at line 210 of file ASTReaderInternals.h.
Definition at line 933 of file ASTReader.cpp.
References clang::serialization::ComputeHash().
|
inlinestatic |
Definition at line 213 of file ASTReaderInternals.h.
References b.
|
inlinestatic |
Definition at line 221 of file ASTReaderInternals.h.
ASTSelectorLookupTrait::data_type ASTSelectorLookupTrait::ReadData | ( | Selector | , |
const unsigned char * | d, | ||
unsigned | DataLen | ||
) |
Definition at line 998 of file ASTReader.cpp.
References clang::LocalDeclID::get(), and clang::Result.
ASTSelectorLookupTrait::internal_key_type ASTSelectorLookupTrait::ReadKey | ( | const unsigned char * | d, |
unsigned | |||
) |
Definition at line 976 of file ASTReader.cpp.
References clang::SelectorTable::getNullarySelector(), clang::SelectorTable::getSelector(), and clang::SelectorTable::getUnarySelector().
Referenced by clang::ASTReader::DecodeSelector().
|
static |
Definition at line 971 of file ASTReader.cpp.
References readULEBKeyDataLength().