Home | History | Annotate | Download | only in Sema

Lines Matching refs:ForLoc

1165   StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc,
1169 return getSema().ActOnForStmt(ForLoc, LParenLoc, Init, Cond,
1540 StmtResult RebuildObjCForCollectionStmt(SourceLocation ForLoc,
1545 StmtResult ForEachStmt = getSema().ActOnObjCForCollectionStmt(ForLoc,
1595 StmtResult RebuildCXXForRangeStmt(SourceLocation ForLoc,
1612 return getSema().ActOnObjCForCollectionStmt(ForLoc, LoopVar, RangeExpr,
1618 return getSema().BuildCXXForRangeStmt(ForLoc, ColonLoc, Range, BeginEnd,