Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderInternals.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
HDGlobalModuleIndex.cpp79 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function in __anondfdcb96f0311::IdentifierIndexReaderTrait
HDASTReader.cpp1489 bool HeaderFileInfoTrait::EqualKey(internal_key_ref a, internal_key_ref b) { in EqualKey() function in HeaderFileInfoTrait
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPTHLexer.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 __anon773cc0f70211::PTHStatLookupTrait
/NextBSD/contrib/llvm/include/llvm/ProfileData/
HDInstrProfReader.h210 static bool EqualKey(StringRef A, StringRef B) { return A == B; } in EqualKey() function