Home | History | Annotate | Download | only in Parse

Lines Matching defs:Third

1649     // Parse the third part of the for specifier.
1651 ExprResult Third = ParseExpression();
1654 ThirdPart = Actions.MakeFullDiscardedValueExpr(Third.get());