Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp561 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() local
629 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() local
631 return PropImpl; in findPropertyOnDeallocatingInstance()
645 const ObjCPropertyImplDecl *PropImpl = in diagnoseExtraRelease() local
648 if (!PropImpl) in diagnoseExtraRelease()
669 PropDecl = PropImpl->getPropertyDecl(); in diagnoseExtraRelease()
682 isReleasedByCIFilterDealloc(PropImpl) in diagnoseExtraRelease()
690 if (isReleasedByCIFilterDealloc(PropImpl)) { in diagnoseExtraRelease()
725 const ObjCPropertyImplDecl *PropImpl = in diagnoseMistakenDealloc() local
727 if (!PropImpl) in diagnoseMistakenDealloc()
[all …]