Home
last modified time | relevance | path

Searched refs:ASTIdentifierLookupTrait (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Serialization/
DASTReaderInternals.h81 class ASTIdentifierLookupTrait {
97 ASTIdentifierLookupTrait(ASTReader &Reader, ModuleFile &F,
133 typedef OnDiskChainedHashTable<ASTIdentifierLookupTrait>
DASTReader.cpp487 unsigned ASTIdentifierLookupTrait::ComputeHash(const internal_key_type& a) { in ComputeHash()
492 ASTIdentifierLookupTrait::ReadKeyDataLength(const unsigned char*& d) { in ReadKeyDataLength()
500 ASTIdentifierLookupTrait::ReadKey(const unsigned char* d, unsigned n) { in ReadKey()
505 IdentifierInfo *ASTIdentifierLookupTrait::ReadData(const internal_key_type& k, in ReadData()
1562 ASTIdentifierLookupTrait Trait(IdTable->getInfoObj().getReader(), in visit()
1919 ASTIdentifierLookupTrait(*this, F)); in ReadASTBlock()
/external/clang/include/clang/Serialization/
DASTReader.h172 class ASTIdentifierLookupTrait; variable
210 friend class serialization::reader::ASTIdentifierLookupTrait;