Searched refs:PropImpl (Results 1 – 2 of 2) sorted by relevance
151 getDeallocReleaseRequirement(const ObjCPropertyImplDecl *PropImpl) const;164 findShadowedPropertyDecl(const ObjCPropertyImplDecl *PropImpl) const;175 bool isReleasedByCIFilterDealloc(const ObjCPropertyImplDecl *PropImpl) const;286 for (auto *PropImpl : getContainingObjCImpl(LCtx)->property_impls()) { in checkBeginFunction() local287 ReleaseRequirement Requirement = getDeallocReleaseRequirement(PropImpl); in checkBeginFunction()291 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()567 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() local570 const ObjCPropertyDecl *PropDecl = PropImpl->getPropertyDecl(); in diagnoseMissingReleases()635 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() local637 return PropImpl; in findPropertyOnDeallocatingInstance()[all …]
4086 if (const ObjCPropertyImplDecl *PropImpl = in getDeclSpelling() local4088 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in getDeclSpelling()5474 if (const ObjCPropertyImplDecl *PropImpl = in clang_getCursorReferenced() local5476 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in clang_getCursorReferenced()