Home
last modified time | relevance | path

Searched refs:PropImpl (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp157 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() local
286 ReleaseRequirement Requirement = getDeallocReleaseRequirement(PropImpl); in checkBeginFunction()
290 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
568 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() local
571 const ObjCPropertyDecl *PropDecl = PropImpl->getPropertyDecl(); in diagnoseMissingReleases()
635 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4005 for (auto *PropImpl : OID->property_impls()) { in ActOnAtEnd() local
4006 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()
4009 if (auto *Setter = PropImpl->getSetterMethodDecl()) in ActOnAtEnd()