Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderInternals.h66 static bool EqualKey(const internal_key_type& a, in EqualKey() function
99 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function
173 static bool EqualKey(const internal_key_type& a, in EqualKey() function
DGlobalModuleIndex.cpp78 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function in __anon8f1b20180311::IdentifierIndexReaderTrait
DASTReader.cpp1524 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
657 static bool EqualKey(internal_key_type a, internal_key_type b) { in EqualKey() function in __anon44bc0e400211::PTHStatLookupTrait
/external/llvm/include/llvm/ProfileData/
DInstrProfReader.h225 static bool EqualKey(StringRef A, StringRef B) { return A == B; } in EqualKey() function