Home
last modified time | relevance | path

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

/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/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()