Searched refs:ForEachMatcher (Results 1 - 2 of 2) 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
H A DASTMatchers.h1670 const internal::ArgumentAdaptingMatcherFunc<internal::ForEachMatcher>

Completed in 364 milliseconds