Lines Matching defs:ForLoc
1338 SourceLocation ForLoc = ConsumeToken(); // eat the 'for'.
1494 ParseCXXCondition(Second, SecondVar, ForLoc, true);
1498 Second = Actions.ActOnBooleanCondition(getCurScope(), ForLoc,
1502 SecondPart = Actions.MakeFullExpr(Second.get(), ForLoc);
1535 ForRangeStmt = Actions.ActOnCXXForRangeStmt(ForLoc, FirstPart.take(),
1545 ForEachStmt = Actions.ActOnObjCForCollectionStmt(ForLoc,
1584 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.take(),