Home
last modified time | relevance | path

Searched defs:EqualKey (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Serialization/
DASTReaderInternals.h85 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
DGlobalModuleIndex.cpp79 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function in __anonef646d570311::IdentifierIndexReaderTrait
DASTWriter.cpp3422 static bool EqualKey(key_type_ref a, key_type_ref b) { in EqualKey() function in __anon1faf200d0711::ASTDeclContextNameLookupTrait
DASTReader.cpp1542 bool HeaderFileInfoTrait::EqualKey(internal_key_ref a, internal_key_ref b) { in EqualKey() function in HeaderFileInfoTrait
/external/clang/lib/Lex/
DPTHLexer.cpp355 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/
DInstrProfReader.h278 static bool EqualKey(StringRef A, StringRef B) { return A == B; } in EqualKey() function