Lines Matching defs:ImplD
476 if (const auto *ImplD = D->getImplementation()) {
477 for (const auto *MD : ImplD->instance_methods()) {
851 if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(IFD))
852 if (!ImplD->isInvalidDecl())
853 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
856 if (ObjCCategoryImplDecl *ImplD = Ctx.getObjCImplementation(CD))
857 if (!ImplD->isInvalidDecl())
858 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod());
860 } else if (ObjCImplementationDecl *ImplD =
862 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
886 if (ObjCImplementationDecl *ImplD = dyn_cast<ObjCImplementationDecl>(CtxD)) {
887 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
1494 void ObjCInterfaceDecl::setImplementation(ObjCImplementationDecl *ImplD) {
1495 getASTContext().setObjCImplementation(getDefinition(), ImplD);
1959 void ObjCCategoryDecl::setImplementation(ObjCCategoryImplDecl *ImplD) {
1960 getASTContext().setObjCImplementation(this, ImplD);
2018 if (ObjCImplementationDecl *ImplD
2021 Ctx.setObjCImplementation(IFace, ImplD);
2023 } else if (ObjCCategoryImplDecl *ImplD =
2026 Ctx.setObjCImplementation(CD, ImplD);