Lines Matching refs:ObjCPropertyImplDecl
68 static bool isSynthesizedRetainableProperty(const ObjCPropertyImplDecl *I, in isSynthesizedRetainableProperty()
72 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in isSynthesizedRetainableProperty()
146 const ObjCPropertyImplDecl*
151 getDeallocReleaseRequirement(const ObjCPropertyImplDecl *PropImpl) const;
164 findShadowedPropertyDecl(const ObjCPropertyImplDecl *PropImpl) const;
175 bool isReleasedByCIFilterDealloc(const ObjCPropertyImplDecl *PropImpl) const;
176 bool isNibLoadedIvarWithoutRetain(const ObjCPropertyImplDecl *PropImpl) const;
204 const ObjCPropertyImplDecl *PropImplRequiringRelease = nullptr; in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
560 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases()
605 const ObjCPropertyImplDecl *
627 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance()
643 const ObjCPropertyImplDecl *PropImpl = in diagnoseExtraRelease()
723 const ObjCPropertyImplDecl *PropImpl = in diagnoseMistakenDealloc()
805 const ObjCPropertyImplDecl *PropImpl) const { in findShadowedPropertyDecl()
886 const ObjCPropertyImplDecl *PropImpl) const { in getDeallocReleaseRequirement()
1039 const ObjCPropertyImplDecl *PropImpl) const { in isReleasedByCIFilterDealloc()
1070 const ObjCPropertyImplDecl *PropImpl) const { in isNibLoadedIvarWithoutRetain()