Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:ImplD

84                                    const ObjCImplementationDecl *ImplD);
1711 const ObjCImplementationDecl *ImplD) {
1713 const ObjCInterfaceDecl *IFace = ImplD->getClassInterface();
1719 for (const auto *MD : ImplD->instance_methods()) {
1935 ImplD = dyn_cast<ObjCImplementationDecl>(*D)) {
1937 canModify(ImplD))
1938 inferDesignatedInitializers(Ctx, ImplD);