Lines Matching refs:ObjCPropertyImplDecl
69 static bool isSynthesizedRetainableProperty(const ObjCPropertyImplDecl *I, in isSynthesizedRetainableProperty()
73 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in isSynthesizedRetainableProperty()
152 const ObjCPropertyImplDecl*
157 getDeallocReleaseRequirement(const ObjCPropertyImplDecl *PropImpl) const;
170 findShadowedPropertyDecl(const ObjCPropertyImplDecl *PropImpl) const;
181 bool isReleasedByCIFilterDealloc(const ObjCPropertyImplDecl *PropImpl) const;
182 bool isNibLoadedIvarWithoutRetain(const ObjCPropertyImplDecl *PropImpl) const;
210 const ObjCPropertyImplDecl *PropImplRequiringRelease = nullptr; in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
568 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases()
613 const ObjCPropertyImplDecl *
635 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance()
651 const ObjCPropertyImplDecl *PropImpl = in diagnoseExtraRelease()
731 const ObjCPropertyImplDecl *PropImpl = in diagnoseMistakenDealloc()
796 const ObjCPropertyImplDecl *PropImpl) const { in findShadowedPropertyDecl()
877 const ObjCPropertyImplDecl *PropImpl) const { in getDeallocReleaseRequirement()
1030 const ObjCPropertyImplDecl *PropImpl) const { in isReleasedByCIFilterDealloc()
1061 const ObjCPropertyImplDecl *PropImpl) const { in isNibLoadedIvarWithoutRetain()