Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp152 getDeallocReleaseRequirement(const ObjCPropertyImplDecl *PropImpl) const;
165 findShadowedPropertyDecl(const ObjCPropertyImplDecl *PropImpl) const;
176 bool isReleasedByCIFilterDealloc(const ObjCPropertyImplDecl *PropImpl) const;
177 bool isNibLoadedIvarWithoutRetain(const ObjCPropertyImplDecl *PropImpl) const;
280 for (auto *PropImpl : getContainingObjCImpl(LCtx)->property_impls()) { in checkBeginFunction() local
281 ReleaseRequirement Requirement = getDeallocReleaseRequirement(PropImpl); in checkBeginFunction()
285 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
561 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() local
564 const ObjCPropertyDecl *PropDecl = PropImpl->getPropertyDecl(); in diagnoseMissingReleases()
628 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() local
[all …]
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp4001 for (auto *PropImpl : OID->property_impls()) { in ActOnAtEnd() local
4002 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()
4005 if (auto *Setter = PropImpl->getSetterMethodDecl()) in ActOnAtEnd()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp4818 if (const ObjCPropertyImplDecl *PropImpl = in getDeclSpelling() local
4820 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in getDeclSpelling()
6559 if (const ObjCPropertyImplDecl *PropImpl = in clang_getCursorReferenced() local
6561 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in clang_getCursorReferenced()