Searched defs:EqualKey (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Serialization/ |
D | ASTReaderInternals.h | 85 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) { in EqualKey() function 144 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function 220 static bool EqualKey(const internal_key_type& a, in EqualKey() function
|
D | GlobalModuleIndex.cpp | 79 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function in __anonef646d570311::IdentifierIndexReaderTrait
|
D | ASTWriter.cpp | 3422 static bool EqualKey(key_type_ref a, key_type_ref b) { in EqualKey() function in __anon1faf200d0711::ASTDeclContextNameLookupTrait
|
D | ASTReader.cpp | 1542 bool HeaderFileInfoTrait::EqualKey(internal_key_ref a, internal_key_ref b) { in EqualKey() function in HeaderFileInfoTrait
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 355 static bool EqualKey(internal_key_type a, internal_key_type b) { in EqualKey() function in PTHManager::PTHFileLookupTrait 377 static bool EqualKey(const internal_key_type& a, in EqualKey() function in PTHManager::PTHStringLookupTrait 656 static bool EqualKey(internal_key_type a, internal_key_type b) { in EqualKey() function in __anon4069eddf0211::PTHStatLookupTrait
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProfReader.h | 278 static bool EqualKey(StringRef A, StringRef B) { return A == B; } in EqualKey() function
|