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

/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp842 const internal::ArgumentAdaptingMatcherFunc<internal::ForEachMatcher> forEach = member in namespace:clang
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp221 REGISTER_MATCHER(forEach);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2934 /// (matcher = cxxRecordDecl(forEach(cxxRecordDecl(hasName("X")))
2944 /// As opposed to 'has', 'forEach' will cause a match for each result that
2949 forEach;
4515 /// Note that when multiple matches are involved via \c forEach* matchers,

Completed in 120 milliseconds