Searched refs:CompoundLiteral (Results 1 – 3 of 3) sorted by relevance
946 ParenExprType = CompoundLiteral; in ParseCastExpression()969 case CompoundLiteral: in ParseCastExpression()2784 /*IsParenthesized=*/ExprType >= CompoundLiteral); in ParseParenExpression()2840 } else if (ExprType >= CompoundLiteral && BridgeCast) { in ParseParenExpression()2877 } else if (ExprType >= CompoundLiteral && in ParseParenExpression()2920 ExprType = CompoundLiteral; in ParseParenExpression()
3864 ParseAs = CompoundLiteral; in ParseCXXAmbiguousParenExpression()3904 if (ParseAs >= CompoundLiteral) { in ParseCXXAmbiguousParenExpression()3922 if (ParseAs == CompoundLiteral) { in ParseCXXAmbiguousParenExpression()3923 ExprType = CompoundLiteral; in ParseCXXAmbiguousParenExpression()
1828 CompoundLiteral, // Also allow '(' type-name ')' '{' ... '}' enumerator