Searched refs:CompoundLiteral (Results 1 – 4 of 4) sorted by relevance
705 (isUnaryExpression && !getLangOpts().CPlusPlus) ? CompoundLiteral in ParseCastExpression()715 case CompoundLiteral: in ParseCastExpression()2152 ExprType >= CompoundLiteral? Sema::PCC_ParenthesizedExpression in ParseParenExpression()2207 } else if (ExprType >= CompoundLiteral && BridgeCast) { in ParseParenExpression()2242 } else if (ExprType >= CompoundLiteral && in ParseParenExpression()2285 ExprType = CompoundLiteral; in ParseParenExpression()
3065 ParseAs = CompoundLiteral; in ParseCXXAmbiguousParenExpression()3097 if (ParseAs >= CompoundLiteral) { in ParseCXXAmbiguousParenExpression()3111 if (ParseAs == CompoundLiteral) { in ParseCXXAmbiguousParenExpression()3112 ExprType = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
1451 CompoundLiteral, // Also allow '(' type-name ')' '{' ... '}' enumerator
1455 namespace CompoundLiteral { namespace