Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp560 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() local
627 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() local
629 return PropImpl; in findPropertyOnDeallocatingInstance()
643 const ObjCPropertyImplDecl *PropImpl = in diagnoseExtraRelease() local
646 if (!PropImpl) in diagnoseExtraRelease()
667 PropDecl = PropImpl->getPropertyDecl(); in diagnoseExtraRelease()
680 isReleasedByCIFilterDealloc(PropImpl) in diagnoseExtraRelease()
688 if (isReleasedByCIFilterDealloc(PropImpl)) { in diagnoseExtraRelease()
723 const ObjCPropertyImplDecl *PropImpl = in diagnoseMistakenDealloc() local
725 if (!PropImpl) in diagnoseMistakenDealloc()
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp3993 for (auto PropImpl : OID->property_impls()) { in ActOnAtEnd() local
3994 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()
3997 if (auto *Setter = PropImpl->getSetterMethodDecl()) in ActOnAtEnd()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp4788 if (const ObjCPropertyImplDecl *PropImpl = in getDeclSpelling() local
4790 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in getDeclSpelling()
6525 if (const ObjCPropertyImplDecl *PropImpl = in clang_getCursorReferenced() local
6527 if (ObjCPropertyDecl *Property = PropImpl->getPropertyDecl()) in clang_getCursorReferenced()