Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:InitListExpr

1376   const InitListExpr *init = dyn_cast<InitListExpr>(rawInit);
1387 const InitListExpr *inner = dyn_cast<InitListExpr>(init->getInit(i));
1409 // Now clone the InitListExpr to initialize the array instead.
1410 // Incredible hack: we want to use the existing InitListExpr here, so we need
1412 Expr *arrayInit = new (ctx) InitListExpr(ctx, init->getLBraceLoc(),
1413 const_cast<InitListExpr*>(init)->getInits(),