Lines Matching refs:ObjCPropertyImplDecl
69 static bool isSynthesizedRetainableProperty(const ObjCPropertyImplDecl *I, in isSynthesizedRetainableProperty()
73 if (I->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize) in isSynthesizedRetainableProperty()
147 const ObjCPropertyImplDecl*
152 getDeallocReleaseRequirement(const ObjCPropertyImplDecl *PropImpl) const;
165 findShadowedPropertyDecl(const ObjCPropertyImplDecl *PropImpl) const;
176 bool isReleasedByCIFilterDealloc(const ObjCPropertyImplDecl *PropImpl) const;
177 bool isNibLoadedIvarWithoutRetain(const ObjCPropertyImplDecl *PropImpl) const;
205 const ObjCPropertyImplDecl *PropImplRequiringRelease = nullptr; in REGISTER_SET_FACTORY_WITH_PROGRAMSTATE()
561 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases()
606 const ObjCPropertyImplDecl *
628 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance()
644 const ObjCPropertyImplDecl *PropImpl = in diagnoseExtraRelease()
724 const ObjCPropertyImplDecl *PropImpl = in diagnoseMistakenDealloc()
806 const ObjCPropertyImplDecl *PropImpl) const { in findShadowedPropertyDecl()
887 const ObjCPropertyImplDecl *PropImpl) const { in getDeallocReleaseRequirement()
1040 const ObjCPropertyImplDecl *PropImpl) const { in isReleasedByCIFilterDealloc()
1071 const ObjCPropertyImplDecl *PropImpl) const { in isNibLoadedIvarWithoutRetain()