Home | History | Annotate | Download | only in Parse

Lines Matching refs:ForLoc

1283   SourceLocation ForLoc = ConsumeToken();  // eat the 'for'.
1436 ParseCXXCondition(Second, SecondVar, ForLoc, true);
1440 Second = Actions.ActOnBooleanCondition(getCurScope(), ForLoc,
1473 ForRangeStmt = Actions.ActOnCXXForRangeStmt(ForLoc, T.getOpenLocation(),
1485 Actions.ActOnObjCForCollectionOperand(ForLoc, Collection.take());
1515 return Actions.ActOnObjCForCollectionStmt(ForLoc, T.getOpenLocation(),
1524 return Actions.ActOnForStmt(ForLoc, T.getOpenLocation(), FirstPart.take(),