Home | History | Annotate | Download | only in Parse

Lines Matching refs:ExprType

1577     ParenParseOption ExprType = CastExpr;
1580 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/,
1586 if (ExprType == CastExpr) {
1912 /// based on what is allowed by ExprType. The actual thing parsed is returned
1913 /// in ExprType. If stopIfCastExpr is true, it will only return the parsed type,
1933 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr,
1948 ExprType >= CompoundLiteral? Sema::PCC_ParenthesizedExpression
1972 if (ExprType >= CompoundStmt && Tok.is(tok::l_brace)) {
1977 ExprType = CompoundStmt;
1985 } else if (ExprType >= CompoundLiteral && BridgeCast) {
2019 } else if (ExprType >= CompoundLiteral &&
2030 ExprResult res = ParseCXXAmbiguousParenExpression(ExprType, CastTy, T);
2060 ExprType = CompoundLiteral;
2069 if (ExprType == CastExpr) {
2121 ExprType = SimpleExpr;
2129 ExprType = SimpleExpr;