Home | History | Annotate | Download | only in Sema

Lines Matching defs:InitList

3968                                            /*InitList=*/true);
3995 Expr **InitList = InitArgList.release();
4000 if (InitList[I]->getType()->isNonOverloadPlaceholderType()) {
4001 ExprResult result = CheckPlaceholderExpr(InitList[I]);
4007 InitList[I] = result.take();
4014 InitListExpr *E = new (Context) InitListExpr(Context, LBraceLoc, InitList,