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

/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp493 std::set<ASTNodeKind> MatcherKinds; local
497 MatcherKinds.insert(AK.getMatcherKind());
504 if (!MatcherKinds.empty()) {
506 OS << "Matcher<" << MatcherKinds << ">"; local

Completed in 41 milliseconds