Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h89 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) { EqualKey() function
137 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { EqualKey() function
213 static bool EqualKey(const internal_key_type& a, EqualKey() function
H A DGlobalModuleIndex.cpp80 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function in __anon487691690311::IdentifierIndexReaderTrait
H A DASTWriter.cpp4025 static bool EqualKey(key_type_ref a, key_type_ref b) { EqualKey() function in __anonb9ef521f0d11::ASTDeclContextNameLookupTrait
H A DASTReader.cpp2049 bool HeaderFileInfoTrait::EqualKey(internal_key_ref a, internal_key_ref b) { EqualKey() function in HeaderFileInfoTrait
/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp65 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { EqualKey() function in clang::api_notes::__anon480a99d50111::VersionedTableInfo
157 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { EqualKey() function in clang::api_notes::__anon480a99d50111::IdentifierTableInfo
196 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { EqualKey() function in clang::api_notes::__anon480a99d50111::ObjCContextIDTableInfo
401 static bool EqualKey(internal_key_type LHS, internal_key_type RHS) { EqualKey() function in clang::api_notes::__anon480a99d50111::ObjCSelectorTableInfo
/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h534 static bool EqualKey(uint64_t A, uint64_t B) { return A == B; } EqualKey() function
679 static bool EqualKey(internal_key_type A, internal_key_type B) { EqualKey() function
760 static bool EqualKey(internal_key_type A, internal_key_type B) { EqualKey() function
H A DInstrProfReader.h500 static bool EqualKey(StringRef A, StringRef B) { return A == B; } EqualKey() function