Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParseParenExpression

709     Res = ParseParenExpression(ParenExprType, false/*stopIfCastExr*/,
1737 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/,
1741 // If ParseParenExpression parsed a '(typename)' sequence only, then this is
2110 /// ParseParenExpression - This parses the unit that starts with a '(' token,
2136 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr,