Searched refs:CompoundLiteral (Results 1 – 4 of 4) sorted by relevance
718 (isUnaryExpression && !getLangOpts().CPlusPlus) ? CompoundLiteral in ParseCastExpression()728 case CompoundLiteral: in ParseCastExpression()2200 ExprType >= CompoundLiteral? Sema::PCC_ParenthesizedExpression in ParseParenExpression()2255 } else if (ExprType >= CompoundLiteral && BridgeCast) { in ParseParenExpression()2290 } else if (ExprType >= CompoundLiteral && in ParseParenExpression()2333 ExprType = CompoundLiteral; in ParseParenExpression()
3141 ParseAs = CompoundLiteral; in ParseCXXAmbiguousParenExpression()3180 if (ParseAs >= CompoundLiteral) { in ParseCXXAmbiguousParenExpression()3198 if (ParseAs == CompoundLiteral) { in ParseCXXAmbiguousParenExpression()3199 ExprType = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
1473 CompoundLiteral, // Also allow '(' type-name ')' '{' ... '}' enumerator
1469 namespace CompoundLiteral { namespace