Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp535 std::set<ASTNodeKind> MatcherKinds; in getMatcherCompletions() local
539 MatcherKinds.insert(AK.getMatcherKind()); in getMatcherCompletions()
546 if (!MatcherKinds.empty()) { in getMatcherCompletions()
548 OS << "Matcher<" << MatcherKinds << ">"; in getMatcherCompletions()