Home | History | Annotate | Download | only in Parse

Lines Matching defs:ExprType

1544     ParenParseOption ExprType = CastExpr;
1547 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/,
1553 if (ExprType == CastExpr) {
1868 /// based on what is allowed by ExprType. The actual thing parsed is returned
1869 /// in ExprType. If stopIfCastExpr is true, it will only return the parsed type,
1887 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr,
1903 ExprType >= CompoundLiteral? Sema::PCC_ParenthesizedExpression
1927 if (ExprType >= CompoundStmt && Tok.is(tok::l_brace)) {
1932 ExprType = CompoundStmt;
1940 } else if (ExprType >= CompoundLiteral && BridgeCast) {
1974 } else if (ExprType >= CompoundLiteral &&
1985 ExprResult res = ParseCXXAmbiguousParenExpression(ExprType, CastTy, T);
2015 ExprType = CompoundLiteral;
2024 if (ExprType == CastExpr) {
2076 ExprType = SimpleExpr;
2084 ExprType = SimpleExpr;