Searched refs:PropImpl (Results 1 – 3 of 3) 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 …]
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()
4592 if (const ObjCPropertyImplDecl *PropImpl = in getDeclSpelling() local4594 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in getDeclSpelling()6299 if (const ObjCPropertyImplDecl *PropImpl = in clang_getCursorReferenced() local6301 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in clang_getCursorReferenced()