Searched refs:CompoundLiteral (Results 1 – 4 of 4) sorted by relevance
669 (isUnaryExpression && !getLangOpts().CPlusPlus)? CompoundLiteral : CastExpr; in ParseCastExpression()685 case CompoundLiteral: in ParseCastExpression()1903 ExprType >= CompoundLiteral? Sema::PCC_ParenthesizedExpression in ParseParenExpression()1940 } else if (ExprType >= CompoundLiteral && BridgeCast) { in ParseParenExpression()1974 } else if (ExprType >= CompoundLiteral && in ParseParenExpression()2015 ExprType = CompoundLiteral; in ParseParenExpression()
2770 ParseAs = CompoundLiteral; in ParseCXXAmbiguousParenExpression()2802 if (ParseAs >= CompoundLiteral) { in ParseCXXAmbiguousParenExpression()2812 if (ParseAs == CompoundLiteral) { in ParseCXXAmbiguousParenExpression()2813 ExprType = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
1228 namespace CompoundLiteral { namespace
1350 CompoundLiteral, // Also allow '(' type-name ')' '{' ... '}' enumerator