Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A 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()