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