Home | History | Annotate | Download | only in Sema

Lines Matching refs:ForLoc

1142   StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc,
1146 return getSema().ActOnForStmt(ForLoc, LParenLoc, Init, Cond,
1341 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc,
1346 StmtResult ForEachStmt = getSema().ActOnObjCForCollectionStmt(ForLoc,
1397 StmtResult RebuildCXXForRangeStmt(SourceLocation ForLoc,
1414 return getSema().ActOnObjCForCollectionStmt(ForLoc, LoopVar, RangeExpr,
1420 return getSema().BuildCXXForRangeStmt(ForLoc, ColonLoc, Range, BeginEnd,