Home | History | Annotate | Download | only in Parse

Lines Matching defs:Third

1459     // Parse the third part of the for specifier.
1461 ExprResult Third = ParseExpression();
1462 ThirdPart = Actions.MakeFullExpr(Third.take());