Searched refs:MatcherKinds (Results 1 – 1 of 1) sorted by relevance
765 std::set<ASTNodeKind> MatcherKinds; in getMatcherCompletions() local769 MatcherKinds.insert(AK.getMatcherKind()); in getMatcherCompletions()777 if (!MatcherKinds.empty()) { in getMatcherCompletions()779 OS << "Matcher<" << MatcherKinds << ">"; in getMatcherCompletions()