Home | History | Annotate | Download | only in Parse

Lines Matching refs:CompoundLiteral

669       (isUnaryExpression && !getLangOpts().CPlusPlus)? CompoundLiteral : CastExpr;
685 case CompoundLiteral:
1903 ExprType >= CompoundLiteral? Sema::PCC_ParenthesizedExpression
1940 } else if (ExprType >= CompoundLiteral && BridgeCast) {
1974 } else if (ExprType >= CompoundLiteral &&
2015 ExprType = CompoundLiteral;