Searched refs:EqualKey (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 90 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) { in EqualKey() function 138 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function 214 static bool EqualKey(const internal_key_type& a, in EqualKey() function 272 bool EqualKey(internal_key_ref a, internal_key_ref b);
|
| H A D | GlobalModuleIndex.cpp | 81 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function in __anon28427b810311::IdentifierIndexReaderTrait
|
| H A D | ASTWriter.cpp | 3545 static bool EqualKey(key_type_ref a, key_type_ref b) { in EqualKey() function in __anon52dea4370b11::ASTDeclContextNameLookupTrait
|
| H A D | ASTReader.cpp | 1834 bool HeaderFileInfoTrait::EqualKey(internal_key_ref a, internal_key_ref b) { in EqualKey() function in HeaderFileInfoTrait
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 137 if (I->Hash == Hash && InfoObj.EqualKey(I->Key, Key)) in contains() 391 if (!InfoPtr->EqualKey(X, IKey)) {
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 338 static bool EqualKey(StringRef A, StringRef B) { return A == B; } in EqualKey() function
|