Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp749 std::set<ASTNodeKind> MatcherKinds; in getMatcherCompletions() local
753 MatcherKinds.insert(AK.getMatcherKind()); in getMatcherCompletions()
761 if (!MatcherKinds.empty()) { in getMatcherCompletions()
763 OS << "Matcher<" << MatcherKinds << ">"; in getMatcherCompletions()