Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseStmt.cpp1520 FullExprArg SecondPart(Actions); in ParseForStatement() local
1645 assert(!SecondPart.get() && "Shouldn't have a second expression yet."); in ParseForStatement()
1662 SecondPart = Actions.MakeFullExpr(Second.get(), ForLoc); in ParseForStatement()
1763 SecondPart, SecondVar, ThirdPart, in ParseForStatement()