HomeSort by: relevance | last modified time | path
    Searched defs:EqualKey (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderInternals.h 90 static bool EqualKey(const internal_key_type &a, const internal_key_type &b) {
138 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) {
214 static bool EqualKey(const internal_key_type& a,
272 bool EqualKey(internal_key_ref a, internal_key_ref b);
GlobalModuleIndex.cpp 81 static bool EqualKey(const internal_key_type& a, const internal_key_type& b) {
ASTReader.cpp 1834 bool HeaderFileInfoTrait::EqualKey(internal_key_ref a, internal_key_ref b) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 338 static bool EqualKey(StringRef A, StringRef B) { return A == B; }

Completed in 45 milliseconds