Home | History | Annotate | Download | only in Parse

Lines Matching refs:Third

1497     // Parse the third part of the for specifier.
1499 ExprResult Third = ParseExpression();
1502 ThirdPart = Actions.MakeFullDiscardedValueExpr(Third.take());