Searched refs:PropImpl (Results 1 – 2 of 2) sorted by relevance
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;285 for (auto *PropImpl : getContainingObjCImpl(LCtx)->property_impls()) { in checkBeginFunction() local286 ReleaseRequirement Requirement = getDeallocReleaseRequirement(PropImpl); in checkBeginFunction()290 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()568 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() local571 const ObjCPropertyDecl *PropDecl = PropImpl->getPropertyDecl(); in diagnoseMissingReleases()635 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() local[all …]
4005 for (auto *PropImpl : OID->property_impls()) { in ActOnAtEnd() local4006 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()4009 if (auto *Setter = PropImpl->getSetterMethodDecl()) in ActOnAtEnd()