Home | History | Annotate | Download | only in Parse

Lines Matching refs:CompoundLiteral

705         (isUnaryExpression && !getLangOpts().CPlusPlus) ? CompoundLiteral
715 case CompoundLiteral:
2152 ExprType >= CompoundLiteral? Sema::PCC_ParenthesizedExpression
2207 } else if (ExprType >= CompoundLiteral && BridgeCast) {
2242 } else if (ExprType >= CompoundLiteral &&
2285 ExprType = CompoundLiteral;