Searched refs:PropImpl (Results 1 – 2 of 2) sorted by relevance
560 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() local627 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() local629 return PropImpl; in findPropertyOnDeallocatingInstance()643 const ObjCPropertyImplDecl *PropImpl = in diagnoseExtraRelease() local646 if (!PropImpl) in diagnoseExtraRelease()667 PropDecl = PropImpl->getPropertyDecl(); in diagnoseExtraRelease()680 isReleasedByCIFilterDealloc(PropImpl) in diagnoseExtraRelease()688 if (isReleasedByCIFilterDealloc(PropImpl)) { in diagnoseExtraRelease()723 const ObjCPropertyImplDecl *PropImpl = in diagnoseMistakenDealloc() local725 if (!PropImpl) in diagnoseMistakenDealloc()[all …]
3985 for (auto PropImpl : OID->property_impls()) { in ActOnAtEnd() local3986 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()3989 if (auto *Setter = PropImpl->getSetterMethodDecl()) in ActOnAtEnd()