Lines Matching full:compoundliteralexpr
146 if (const CompoundLiteralExpr *CLE = dyn_cast<CompoundLiteralExpr>(E))
299 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E)
471 bool VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
514 LValueExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {
770 APValue VisitCompoundLiteralExpr(const CompoundLiteralExpr *E);
854 VectorExprEvaluator::VisitCompoundLiteralExpr(const CompoundLiteralExpr *E) {
1223 } else if (isa<CompoundLiteralExpr>(E)) {