Home | History | Annotate | Download | only in Core

Lines Matching refs:ForStmt

329         if (cast<ForStmt>(Parent)->getBody() == S)
354 // case the ForStmt is the context.
370 if (const ForStmt *FS =
371 dyn_cast_or_null<ForStmt>(P.getParentIgnoreParens(S))) {
1140 if (const ForStmt *FS = dyn_cast<ForStmt>(Loop))