Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp151 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() local
280 ReleaseRequirement Requirement = getDeallocReleaseRequirement(PropImpl); in checkBeginFunction()
284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
560 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() local
563 const ObjCPropertyDecl *PropDecl = PropImpl->getPropertyDecl(); in diagnoseMissingReleases()
627 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() local
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp151 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() local
287 ReleaseRequirement Requirement = getDeallocReleaseRequirement(PropImpl); in checkBeginFunction()
291 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
567 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() local
570 const ObjCPropertyDecl *PropDecl = PropImpl->getPropertyDecl(); in diagnoseMissingReleases()
635 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() local
637 return PropImpl; in findPropertyOnDeallocatingInstance()
[all …]
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp3985 for (auto PropImpl : OID->property_impls()) { in ActOnAtEnd() local
3986 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()
3989 if (auto *Setter = PropImpl->getSetterMethodDecl()) in ActOnAtEnd()
/external/clang/tools/libclang/
DCIndex.cpp4086 if (const ObjCPropertyImplDecl *PropImpl = in getDeclSpelling() local
4088 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in getDeclSpelling()
5474 if (const ObjCPropertyImplDecl *PropImpl = in clang_getCursorReferenced() local
5476 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in clang_getCursorReferenced()
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp4551 if (const ObjCPropertyImplDecl *PropImpl = in getDeclSpelling() local
4553 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in getDeclSpelling()
6247 if (const ObjCPropertyImplDecl *PropImpl = in clang_getCursorReferenced() local
6249 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in clang_getCursorReferenced()