Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReaderInternals.h65 static bool EqualKey(const internal_key_type& a, in EqualKey() function
97 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function
167 static bool EqualKey(const internal_key_type& a, in EqualKey() function
221 bool EqualKey(internal_key_ref a, internal_key_ref b);
DGlobalModuleIndex.cpp75 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) { in EqualKey() function in __anon923ae3200311::IdentifierIndexReaderTrait
DASTReader.cpp1249 bool HeaderFileInfoTrait::EqualKey(internal_key_ref a, internal_key_ref b) { in EqualKey() function in HeaderFileInfoTrait
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Lex/
DPTHLexer.cpp340 static bool EqualKey(internal_key_type a, internal_key_type b) { in EqualKey() function in __anon51245e480111::PTHFileLookupTrait
363 static bool EqualKey(const internal_key_type& a, in EqualKey() function in __anon51245e480111::PTHStringLookupTrait
637 static bool EqualKey(internal_key_type a, internal_key_type b) { in EqualKey() function in __anon51245e480211::PTHStatLookupTrait
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DOnDiskHashTable.h324 if (!InfoPtr->EqualKey(X, iKey)) {