Home | History | Annotate | Download | only in Parse

Lines Matching refs:Third

1660     // Parse the third part of the for specifier.
1662 ExprResult Third = ParseExpression();
1665 ThirdPart = Actions.MakeFullDiscardedValueExpr(Third.get());