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