Searched refs:forStmt (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp140 return forStmt(
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp747 const internal::VariadicDynCastAllOfMatcher<Stmt, ForStmt> forStmt; member in namespace:clang
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp229 REGISTER_MATCHER(forStmt);
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1921 extern const internal::VariadicDynCastAllOfMatcher<Stmt, ForStmt> forStmt;
1926 /// forStmt(hasIncrement(unaryOperator(hasOperatorName("++"))))
1941 /// forStmt(hasLoopInit(declStmt()))
1965 /// forStmt(hasLoopVariable(anything()))
1979 /// forStmt(hasRangeInit(anything()))

Completed in 78 milliseconds