Home
last modified time | relevance | path

Searched refs:CheckForRedundantIteration (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp2039 void CheckForRedundantIteration(Sema &S, Expr *Third, Stmt *Body) { in CheckForRedundantIteration() function
2135 CheckForRedundantIteration(*this, third.get(), Body); in ActOnForStmt()