Searched refs:PropImpl (Results 1 – 1 of 1) sorted by relevance
561 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() local629 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() local631 return PropImpl; in findPropertyOnDeallocatingInstance()645 const ObjCPropertyImplDecl *PropImpl = in diagnoseExtraRelease() local648 if (!PropImpl) in diagnoseExtraRelease()669 PropDecl = PropImpl->getPropertyDecl(); in diagnoseExtraRelease()682 isReleasedByCIFilterDealloc(PropImpl) in diagnoseExtraRelease()690 if (isReleasedByCIFilterDealloc(PropImpl)) { in diagnoseExtraRelease()725 const ObjCPropertyImplDecl *PropImpl = in diagnoseMistakenDealloc() local727 if (!PropImpl) in diagnoseMistakenDealloc()[all …]