Searched refs:PropImpl (Results 1 – 2 of 2) sorted by relevance
568 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() local635 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() local637 return PropImpl; in findPropertyOnDeallocatingInstance()651 const ObjCPropertyImplDecl *PropImpl = in diagnoseExtraRelease() local654 if (!PropImpl) in diagnoseExtraRelease()675 PropDecl = PropImpl->getPropertyDecl(); in diagnoseExtraRelease()688 isReleasedByCIFilterDealloc(PropImpl) in diagnoseExtraRelease()696 if (isReleasedByCIFilterDealloc(PropImpl)) { in diagnoseExtraRelease()731 const ObjCPropertyImplDecl *PropImpl = in diagnoseMistakenDealloc() local733 if (!PropImpl) in diagnoseMistakenDealloc()[all …]
4000 for (auto *PropImpl : OID->property_impls()) { in ActOnAtEnd() local4001 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()4004 if (auto *Setter = PropImpl->getSetterMethodDecl()) in ActOnAtEnd()