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

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

Completed in 52 milliseconds