Searched refs:PropImpl (Results 1 – 5 of 5) sorted by relevance
151 getDeallocReleaseRequirement(const ObjCPropertyImplDecl *PropImpl) const;164 findShadowedPropertyDecl(const ObjCPropertyImplDecl *PropImpl) const;175 bool isReleasedByCIFilterDealloc(const ObjCPropertyImplDecl *PropImpl) const;176 bool isNibLoadedIvarWithoutRetain(const ObjCPropertyImplDecl *PropImpl) const;279 for (auto *PropImpl : getContainingObjCImpl(LCtx)->property_impls()) { in checkBeginFunction() local280 ReleaseRequirement Requirement = getDeallocReleaseRequirement(PropImpl); in checkBeginFunction()284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()560 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() local563 const ObjCPropertyDecl *PropDecl = PropImpl->getPropertyDecl(); in diagnoseMissingReleases()627 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() local[all …]
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 …]
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()
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()
4551 if (const ObjCPropertyImplDecl *PropImpl = in getDeclSpelling() local4553 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in getDeclSpelling()6247 if (const ObjCPropertyImplDecl *PropImpl = in clang_getCursorReferenced() local6249 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in clang_getCursorReferenced()