Home | History | Annotate | Download | only in Parse

Lines Matching defs:Third

1517     // Parse the third part of the for specifier.
1519 ExprResult Third = ParseExpression();
1522 ThirdPart = Actions.MakeFullDiscardedValueExpr(Third.take());