Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp764 std::set<ASTNodeKind> MatcherKinds; in getMatcherCompletions() local
768 MatcherKinds.insert(AK.getMatcherKind()); in getMatcherCompletions()
776 if (!MatcherKinds.empty()) { in getMatcherCompletions()
778 OS << "Matcher<" << MatcherKinds << ">"; in getMatcherCompletions()