Home | History | Annotate | Download | only in Sema

Lines Matching refs:ForStmt

1653   return new (Context) ForStmt(Context, First, SecondResult.get(), ConditionVar,
2407 ObjCForCollectionStmt * ForStmt = cast<ObjCForCollectionStmt>(S);
2409 ForStmt->setBody(B);
2532 const CXXForRangeStmt *ForStmt) {
2534 ForStmt->getLocStart()) &&
2536 ForStmt->getLocStart()) &&
2538 ForStmt->getLocStart())) {
2542 const VarDecl *VD = ForStmt->getLoopVariable();
2557 ForStmt->getRangeInit()->getType());
2574 CXXForRangeStmt *ForStmt = cast<CXXForRangeStmt>(S);
2575 ForStmt->setBody(B);
2577 DiagnoseEmptyStmtBody(ForStmt->getRParenLoc(), B,
2580 DiagnoseForRangeVariableCopies(*this, ForStmt);