Searched refs:SecondPart (Results 1 – 1 of 1) sorted by relevance
1274 FullExprArg SecondPart(Actions); in ParseForStatement() local1363 assert(!SecondPart.get() && "Shouldn't have a second expression yet."); in ParseForStatement()1380 SecondPart = Actions.MakeFullExpr(Second.get()); in ParseForStatement()1452 return Actions.ActOnForStmt(ForLoc, LParenLoc, FirstPart.take(), SecondPart, in ParseForStatement()