Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp765 std::set<ASTNodeKind> MatcherKinds; in getMatcherCompletions() local
769 MatcherKinds.insert(AK.getMatcherKind()); in getMatcherCompletions()
777 if (!MatcherKinds.empty()) { in getMatcherCompletions()
779 OS << "Matcher<" << MatcherKinds << ">"; in getMatcherCompletions()