Searched defs:ForEachMatcher (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1066 /// As opposed to the HasMatcher, the ForEachMatcher will produce a match
1069 class ForEachMatcher : public MatcherInterface<T> { class in namespace:clang::ast_matchers::internal
1074 explicit ForEachMatcher(const Matcher<ChildT> &ChildMatcher) function in class:clang::ast_matchers::internal::ForEachMatcher

Completed in 142 milliseconds