/external/clang/lib/Serialization/ |
ASTReaderInternals.h | 80 typedef DeclarationNameKey internal_key_type; typedef in class:clang::serialization::reader::ASTDeclContextNameLookupTrait 85 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) { 89 static hash_value_type ComputeHash(const internal_key_type &Key) { 92 static internal_key_type GetInternalKey(const external_key_type &Name) { 99 internal_key_type ReadKey(const unsigned char *d, unsigned); 101 void ReadDataInto(internal_key_type, const unsigned char *d, 140 typedef StringRef internal_key_type; typedef in class:clang::serialization::reader::ASTIdentifierLookupTraitBase 144 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) 213 typedef external_key_type internal_key_type; typedef in class:clang::serialization::reader::ASTSelectorLookupTrait 259 struct internal_key_type { struct in class:clang::serialization::reader::HeaderFileInfoTrait [all...] |
MultiOnDiskHashTable.h | 39 typedef typename Info::internal_key_type internal_key_type; typedef in class:clang::serialization::MultiOnDiskHashTable 61 llvm::DenseMap<internal_key_type, data_type> Data; 145 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first); 221 internal_key_type Key = Info::GetInternalKey(EKey); 265 const internal_key_type &Key = InfoObj.ReadKey(LocalPtr, L.first);
|
GlobalModuleIndex.cpp | 74 typedef StringRef internal_key_type; typedef in class:__anon8172::IdentifierIndexReaderTrait 79 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { 83 static hash_value_type ComputeHash(const internal_key_type& a) { 95 static const internal_key_type& 99 GetExternalKey(const internal_key_type& x) { return x; } 101 static internal_key_type ReadKey(const unsigned char* d, unsigned n) { 105 static data_type ReadData(const internal_key_type& k, 485 data_type ReadData(const internal_key_type& k,
|
ASTReader.cpp | 674 ASTSelectorLookupTrait::internal_key_type 730 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) { 742 ASTIdentifierLookupTraitBase::internal_key_type 771 IdentifierInfo *ASTIdentifierLookupTrait::ReadData(const internal_key_type& k, [all...] |
/external/clang/lib/Lex/ |
PTHLexer.cpp | 321 typedef std::pair<unsigned char, const char*> internal_key_type; typedef in class:__anon7979::PTHFileLookupCommonTrait 325 static hash_value_type ComputeHash(internal_key_type x) { 338 static internal_key_type ReadKey(const unsigned char* d, unsigned) { 351 static internal_key_type GetInternalKey(const FileEntry* FE) { 355 static bool EqualKey(internal_key_type a, internal_key_type b) { 359 static PTHFileData ReadData(const internal_key_type& k, 373 typedef external_key_type internal_key_type; typedef in class:PTHManager::PTHStringLookupTrait 377 static bool EqualKey(const internal_key_type& a, 378 const internal_key_type& b) [all...] |
/external/llvm/include/llvm/Support/ |
OnDiskHashTable.h | 230 /// typedef ExampleInternalKey internal_key_type; // The stored key type. 236 /// static bool EqualKey(internal_key_type &Key1, internal_key_type &Key2); 238 /// static hash_value_type ComputeHash(internal_key_type &IKey); 243 /// static const internal_key_type &GetInternalKey(external_key_type &EKey); 250 /// const internal_key_type &ReadKey(const unsigned char *Buffer, 267 typedef typename Info::internal_key_type internal_key_type; typedef in class:llvm::OnDiskChainedHashTable 306 internal_key_type Key; 313 iterator(const internal_key_type K, const unsigned char *D, offset_type L 420 typedef typename base_type::internal_key_type internal_key_type; typedef in class:llvm::OnDiskIterableChainedHashTable [all...] |
/external/llvm/include/llvm/ProfileData/ |
InstrProfReader.h | 250 typedef StringRef internal_key_type; typedef in class:llvm::IndexedInstrProf::HashT
|