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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp150 REGISTER_MATCHER(forEach);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1573 /// Example matches X, Y (matcher = recordDecl(forEach(recordDecl(hasName("X")))
1582 /// As opposed to 'has', 'forEach' will cause a match for each result that
1587 LLVM_ATTRIBUTE_UNUSED forEach = {}; member in namespace:clang::ast_matchers
2293 /// Note that when multiple matches are involved via \c forEach* matchers,

Completed in 100 milliseconds