Home | History | Annotate | Download | only in Parse

Lines Matching refs:ExprType

1597     ParenParseOption ExprType = CastExpr;
1600 Operand = ParseParenExpression(ExprType, true/*stopIfCastExpr*/,
1606 if (ExprType == CastExpr) {
1932 /// based on what is allowed by ExprType. The actual thing parsed is returned
1933 /// in ExprType. If stopIfCastExpr is true, it will only return the parsed type,
1953 Parser::ParseParenExpression(ParenParseOption &ExprType, bool stopIfCastExpr,
1968 ExprType >= CompoundLiteral? Sema::PCC_ParenthesizedExpression
1996 if (ExprType >= CompoundStmt && Tok.is(tok::l_brace)) {
2001 ExprType = CompoundStmt;
2009 } else if (ExprType >= CompoundLiteral && BridgeCast) {
2043 } else if (ExprType >= CompoundLiteral &&
2054 ExprResult res = ParseCXXAmbiguousParenExpression(ExprType, CastTy, T);
2084 ExprType = CompoundLiteral;
2093 if (ExprType == CastExpr) {
2145 ExprType = SimpleExpr;
2153 ExprType = SimpleExpr;