Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp568 const ObjCPropertyImplDecl *PropImpl = in diagnoseMissingReleases() local
635 const ObjCPropertyImplDecl *PropImpl = in findPropertyOnDeallocatingInstance() local
637 return PropImpl; in findPropertyOnDeallocatingInstance()
651 const ObjCPropertyImplDecl *PropImpl = in diagnoseExtraRelease() local
654 if (!PropImpl) in diagnoseExtraRelease()
675 PropDecl = PropImpl->getPropertyDecl(); in diagnoseExtraRelease()
688 isReleasedByCIFilterDealloc(PropImpl) in diagnoseExtraRelease()
696 if (isReleasedByCIFilterDealloc(PropImpl)) { in diagnoseExtraRelease()
731 const ObjCPropertyImplDecl *PropImpl = in diagnoseMistakenDealloc() local
733 if (!PropImpl) in diagnoseMistakenDealloc()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4000 for (auto *PropImpl : OID->property_impls()) { in ActOnAtEnd() local
4001 if (auto *Getter = PropImpl->getGetterMethodDecl()) in ActOnAtEnd()
4004 if (auto *Setter = PropImpl->getSetterMethodDecl()) in ActOnAtEnd()