Searched refs:PropImpl (Results 1 – 3 of 3) sorted by relevance
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;280 for (auto *PropImpl : getContainingObjCImpl(LCtx)->property_impls()) { in checkBeginFunction() local281 ReleaseRequirement Requirement = getDeallocReleaseRequirement(PropImpl); in checkBeginFunction()285 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()561 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() local564 const ObjCPropertyDecl *PropDecl = PropImpl->getPropertyDecl(); in diagnoseMissingReleases()628 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() local[all …]
4001 for (auto *PropImpl : OID->property_impls()) { in ActOnAtEnd() local4002 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()4005 if (auto *Setter = PropImpl->getSetterMethodDecl()) in ActOnAtEnd()
4818 if (const ObjCPropertyImplDecl *PropImpl = in getDeclSpelling() local4820 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in getDeclSpelling()6559 if (const ObjCPropertyImplDecl *PropImpl = in clang_getCursorReferenced() local6561 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in clang_getCursorReferenced()