Searched refs:CompoundLiteral (Results 1 – 4 of 4) sorted by relevance
641 (isUnaryExpression && !getLangOpts().CPlusPlus) ? CompoundLiteral in ParseCastExpression()651 case CompoundLiteral: in ParseCastExpression()1939 ExprType >= CompoundLiteral? Sema::PCC_ParenthesizedExpression in ParseParenExpression()1978 } else if (ExprType >= CompoundLiteral && BridgeCast) { in ParseParenExpression()2013 } else if (ExprType >= CompoundLiteral && in ParseParenExpression()2056 ExprType = CompoundLiteral; in ParseParenExpression()
2952 ParseAs = CompoundLiteral; in ParseCXXAmbiguousParenExpression()2985 if (ParseAs >= CompoundLiteral) { in ParseCXXAmbiguousParenExpression()2999 if (ParseAs == CompoundLiteral) { in ParseCXXAmbiguousParenExpression()3000 ExprType = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
1392 CompoundLiteral, // Also allow '(' type-name ')' '{' ... '}' enumerator
1410 namespace CompoundLiteral { namespace