Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp493 std::set<ASTNodeKind> MatcherKinds; in getMatcherCompletions() local
497 MatcherKinds.insert(AK.getMatcherKind()); in getMatcherCompletions()
504 if (!MatcherKinds.empty()) { in getMatcherCompletions()
506 OS << "Matcher<" << MatcherKinds << ">"; in getMatcherCompletions()