Searched refs:ImplDecl (Results 1 – 6 of 6) sorted by relevance
725 } else if (auto *ImplDecl = dyn_cast<ObjCImplDecl>(Container)) { in findBackingIvar() local726 PrimaryInterface = ImplDecl->getClassInterface(); in findBackingIvar()782 const ObjCImplementationDecl *ImplDecl = in createObjCPropertyGetter() local784 if (ImplDecl) { in createObjCPropertyGetter()785 for (const auto *I : ImplDecl->property_impls()) { in createObjCPropertyGetter()
1052 ObjCMethodDecl *ImplDecl = ObjCMethodDecl::Create( in RedeclarePropertyAccessor() local1060 ImplDecl->getMethodFamily(); in RedeclarePropertyAccessor()1062 ImplDecl->setAttrs(Decl->getAttrs()); in RedeclarePropertyAccessor()1063 ImplDecl->setSelfDecl(Decl->getSelfDecl()); in RedeclarePropertyAccessor()1064 ImplDecl->setCmdDecl(Decl->getCmdDecl()); in RedeclarePropertyAccessor()1067 ImplDecl->setMethodParams(Context, Decl->parameters(), SelLocs); in RedeclarePropertyAccessor()1068 ImplDecl->setLexicalDeclContext(Impl); in RedeclarePropertyAccessor()1069 ImplDecl->setDefined(false); in RedeclarePropertyAccessor()1070 return ImplDecl; in RedeclarePropertyAccessor()
3838 } else if (auto *ImplDecl = dyn_cast<ObjCImplementationDecl>(OCD)) { in DiagnoseVariableSizedIvars() local3839 IntfDecl = ImplDecl->getClassInterface(); in DiagnoseVariableSizedIvars()3840 Ivars = ImplDecl->ivars(); in DiagnoseVariableSizedIvars()
558 ObjCImplDecl *ImplDecl = Interface->getImplementation(); in diagnoseMissingReleases() local561 ImplDecl->FindPropertyImplIvarDecl(IvarDecl->getIdentifier()); in diagnoseMissingReleases()568 OS << "The '" << *IvarDecl << "' ivar in '" << *ImplDecl in diagnoseMissingReleases()
1336 if (auto *ImplDecl = dyn_cast<ObjCImplDecl>(Container)) in findPropertyDecl() local1338 Container = ImplDecl->getClassInterface(); in findPropertyDecl()1661 if (ObjCImplementationDecl *ImplDecl = getImplementation()) { in all_declared_ivar_begin() local1663 if (!ImplDecl->ivar_empty()) { in all_declared_ivar_begin()1665 for (auto *IV : ImplDecl->ivars()) { in all_declared_ivar_begin()
2774 if (ObjCImplementationDecl *ImplDecl = OI->getImplementation()) in CountNonClassIvars() local2775 count += ImplDecl->ivar_size(); in CountNonClassIvars()