HomeSort by relevance Sort by last modified time
    Searched defs:EqualKey (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/Serialization/
ASTReaderInternals.h 66 static bool EqualKey(const internal_key_type& a,
99 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) {
173 static bool EqualKey(const internal_key_type& a,
230 bool EqualKey(internal_key_ref a, internal_key_ref b);
GlobalModuleIndex.cpp 78 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) {
ASTReader.cpp     [all...]
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 225 static bool EqualKey(StringRef A, StringRef B) { return A == B; }
  /external/clang/lib/Lex/
PTHLexer.cpp 355 static bool EqualKey(internal_key_type a, internal_key_type b) {
377 static bool EqualKey(const internal_key_type& a,
653 // The key 'kind' doesn't matter here because it is ignored in EqualKey.
657 static bool EqualKey(internal_key_type a, internal_key_type b) {

Completed in 5686 milliseconds