reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
11124 if (!Init) { 11139 if (Init) 11140 DeduceInits = Init; 11143 if (auto *PL = dyn_cast_or_null<ParenListExpr>(Init)) 11151 VDecl->getLocation(), DirectInit, Init); 11159 if (auto *IL = dyn_cast<InitListExpr>(Init)) 11167 Diag(Init->getBeginLoc(), IsInitCapture 11184 Diag(Init->getBeginLoc(), IsInitCapture 11187 << isa<InitListExpr>(Init) << VN << Type << Range; 11194 Init->getType() == Context.UnknownAnyTy && !IsInitCapture) { 11195 ExprResult Result = forceUnknownAnyToType(Init, Context.getObjCIdType()); 11199 Init = Result.get(); 11216 else if (isa<InitListExpr>(Init))