Home
last modified time | relevance | path

Searched refs:ASTSelectorLookupTrait (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderInternals.h190 class ASTSelectorLookupTrait {
210 ASTSelectorLookupTrait(ASTReader &Reader, ModuleFile &F) in ASTSelectorLookupTrait() function
232 llvm::OnDiskChainedHashTable<ASTSelectorLookupTrait>;
H A DASTReader.cpp875 unsigned ASTSelectorLookupTrait::ComputeHash(Selector Sel) { in ComputeHash()
880 ASTSelectorLookupTrait::ReadKeyDataLength(const unsigned char*& d) { in ReadKeyDataLength()
884 ASTSelectorLookupTrait::internal_key_type
885 ASTSelectorLookupTrait::ReadKey(const unsigned char* d, unsigned) { in ReadKey()
906 ASTSelectorLookupTrait::data_type
907 ASTSelectorLookupTrait::ReadData(Selector, const unsigned char* d, in ReadData()
3388 ASTSelectorLookupTrait(*this, F)); in ReadASTBlock()
8233 ASTSelectorLookupTrait::data_type Data = *Pos; in operator ()()
8771 ASTSelectorLookupTrait Trait(*this, M); in DecodeSelector()