Home | History | Annotate | Download | only in Parse

Lines Matching defs:ParseParenExpression

678       Res = ParseParenExpression(ParenExprType, false/*stopIfCastExr*/,
1547 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/,
1551 // If ParseParenExpression parsed a '(typename)' sequence only, then this is
1867 /// ParseParenExpression - This parses the unit that starts with a '(' token,
1887 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr,