Searched refs:MatcherID (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp56 uint64_t MatcherID; member in struct:clang::ast_matchers::internal::__anon3031::MatchKey
61 if (MatcherID != Other.MatcherID)
62 return MatcherID < Other.MatcherID;
383 Key.MatcherID = Matcher.getID();
509 Key.MatcherID = Matcher.getID();

Completed in 36 milliseconds