reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
641 SourceLocation Loc = ILE->getEndLoc(); 642 unsigned NumInits = ILE->getNumInits(); 646 if (Init >= NumInits || !ILE->getInit(Init)) { 647 if (const RecordType *RType = ILE->getType()->getAs<RecordType>()) 656 ILE->setInit(Init, Filler); 658 ILE->updateInit(SemaRef.Context, Init, Filler); 676 ILE->setInit(Init, DIE.get()); 678 ILE->updateInit(SemaRef.Context, Init, DIE.get()); 692 << ILE->getSyntacticForm()->getSourceRange(); 709 ILE->setInit(Init, MemberInit.getAs<Expr>()); 715 ILE->updateInit(SemaRef.Context, Init, MemberInit.getAs<Expr>()); 719 = dyn_cast<InitListExpr>(ILE->getInit(Init))) { 721 RequiresSecondPass, ILE, Init, FillWithNoInit); 723 dyn_cast<DesignatedInitUpdateExpr>(ILE->getInit(Init))) { 725 RequiresSecondPass, ILE, Init,