• Home
  • Raw
  • Download

Lines Matching refs:ImplD

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