Home
last modified time | relevance | path

Searched refs:SecondPart (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Parse/
DParseStmt.cpp1274 FullExprArg SecondPart(Actions); in ParseForStatement() local
1363 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()