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

/external/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp450 std::set<ASTNodeKind> MatcherKinds; local
453 std::inserter(MatcherKinds, MatcherKinds.end()),
455 OS << "Matcher<" << MatcherKinds << ">"; local

Completed in 2034 milliseconds