Searched refs:ForEachMatcher (Results 1 - 2 of 2) sorted by last modified time

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1670 const internal::ArgumentAdaptingMatcherFunc<internal::ForEachMatcher>
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 104 milliseconds