Home | History | Annotate | Download | only in Sema

Lines Matching defs:Filler

541       Expr *Filler = new (SemaRef.Context) NoInitExpr(Field->getType());
543 ILE->setInit(Init, Filler);
545 ILE->updateInit(SemaRef.Context, Init, Filler);
713 Expr *Filler = nullptr;
716 Filler = new (SemaRef.Context) NoInitExpr(ElementType);
727 Filler = ElementInit.getAs<Expr>();
736 ILE->setArrayFiller(Filler);
738 ILE->setInit(Init, Filler);
743 ILE->setArrayFiller(Filler);
747 if (!isa<ImplicitValueInitExpr>(Filler) && !isa<NoInitExpr>(Filler)) {
752 ILE->updateInit(SemaRef.Context, Init, Filler);