Searched refs:CompoundLiteral (Results 1 – 3 of 3) sorted by relevance
642 (isUnaryExpression && !getLangOpts().CPlusPlus)? CompoundLiteral : CastExpr; in ParseCastExpression()658 case CompoundLiteral: in ParseCastExpression()2032 ExprType >= CompoundLiteral? Sema::PCC_ParenthesizedExpression in ParseParenExpression()2073 } else if (ExprType >= CompoundLiteral && BridgeCast) { in ParseParenExpression()2107 } else if (ExprType >= CompoundLiteral && in ParseParenExpression()2148 ExprType = CompoundLiteral; in ParseParenExpression()
3003 ParseAs = CompoundLiteral; in ParseCXXAmbiguousParenExpression()3035 if (ParseAs >= CompoundLiteral) { in ParseCXXAmbiguousParenExpression()3045 if (ParseAs == CompoundLiteral) { in ParseCXXAmbiguousParenExpression()3046 ExprType = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
1309 CompoundLiteral, // Also allow '(' type-name ')' '{' ... '}' enumerator