Home
last modified time | relevance | path

Searched refs:internal_key_type (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderInternals.h61 typedef DeclNameKey internal_key_type; typedef
66 static bool EqualKey(const internal_key_type& a, in EqualKey()
67 const internal_key_type& b) { in EqualKey()
72 static internal_key_type GetInternalKey(const external_key_type& Name);
77 internal_key_type ReadKey(const unsigned char* d, unsigned);
79 data_type ReadData(internal_key_type, const unsigned char* d,
95 typedef StringRef internal_key_type; typedef
99 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey()
103 static hash_value_type ComputeHash(const internal_key_type& a);
109 static const internal_key_type&
[all …]
HDGlobalModuleIndex.cpp74 typedef StringRef internal_key_type; typedef in __anondfdcb96f0311::IdentifierIndexReaderTrait
79 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey()
83 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash()
95 static const internal_key_type&
99 GetExternalKey(const internal_key_type& x) { return x; } in GetExternalKey()
101 static internal_key_type ReadKey(const unsigned char* d, unsigned n) { in ReadKey()
105 static data_type ReadData(const internal_key_type& k, in ReadData()
485 data_type ReadData(const internal_key_type& k, in ReadData()
HDASTReader.cpp663 ASTSelectorLookupTrait::internal_key_type
719 unsigned ASTIdentifierLookupTraitBase::ComputeHash(const internal_key_type& a) { in ComputeHash()
731 ASTIdentifierLookupTraitBase::internal_key_type
747 IdentifierInfo *ASTIdentifierLookupTrait::ReadData(const internal_key_type& k, in ReadData()
875 ASTDeclContextNameLookupTrait::internal_key_type
914 ASTDeclContextNameLookupTrait::internal_key_type
952 ASTDeclContextNameLookupTrait::ReadData(internal_key_type, in ReadData() argument
1482 HeaderFileInfoTrait::internal_key_type
1484 internal_key_type ikey = { FE->getSize(), FE->getModificationTime(), in GetInternalKey()
1499 auto GetFile = [&](const internal_key_type &Key) -> const FileEntry* { in EqualKey()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPTHLexer.cpp321 typedef std::pair<unsigned char, const char*> internal_key_type; typedef in __anon773cc0f70111::PTHFileLookupCommonTrait
325 static hash_value_type ComputeHash(internal_key_type x) { in ComputeHash()
338 static internal_key_type ReadKey(const unsigned char* d, unsigned) { in ReadKey()
351 static internal_key_type GetInternalKey(const FileEntry* FE) { in GetInternalKey()
355 static bool EqualKey(internal_key_type a, internal_key_type b) { in EqualKey()
359 static PTHFileData ReadData(const internal_key_type& k, in ReadData()
373 typedef external_key_type internal_key_type; typedef in PTHManager::PTHStringLookupTrait
377 static bool EqualKey(const internal_key_type& a, in EqualKey()
378 const internal_key_type& b) { in EqualKey()
383 static hash_value_type ComputeHash(const internal_key_type& a) { in ComputeHash()
[all …]
/NextBSD/contrib/llvm/include/llvm/Support/
HDOnDiskHashTable.h242 typedef typename Info::internal_key_type internal_key_type; typedef
266 internal_key_type Key;
273 iterator(const internal_key_type K, const unsigned char *D, offset_type L, in iterator()
284 const internal_key_type &IKey = InfoObj.GetInternalKey(EKey);
290 iterator find_hashed(const internal_key_type &IKey, hash_value_type KeyHash,
327 const internal_key_type &X =
382 typedef typename base_type::internal_key_type internal_key_type; typedef
455 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
528 const internal_key_type &Key = InfoObj->ReadKey(LocalPtr, L.first);
/NextBSD/contrib/llvm/include/llvm/ProfileData/
HDInstrProfReader.h205 typedef StringRef internal_key_type; typedef