Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp573 assert(PropDecl->getSetterKind() == ObjCPropertyDecl::Copy || in diagnoseMissingReleases()
574 PropDecl->getSetterKind() == ObjCPropertyDecl::Retain); in diagnoseMissingReleases()
579 if (PropDecl->getSetterKind() == ObjCPropertyDecl::Retain) in diagnoseMissingReleases()
685 assert(PropDecl->getSetterKind() == ObjCPropertyDecl::Weak || in diagnoseExtraRelease()
686 (PropDecl->getSetterKind() == ObjCPropertyDecl::Assign && in diagnoseExtraRelease()
701 if (PropDecl->getSetterKind() == ObjCPropertyDecl::Weak) in diagnoseExtraRelease()
883 ObjCPropertyDecl::SetterKind SK = PropDecl->getSetterKind(); in getDeallocReleaseRequirement()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h872 SetterKind getSetterKind() const { in getSetterKind() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp920 ObjCPropertyDecl::SetterKind setterKind = prop->getSetterKind(); in PropertyImplStrategy()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8350 switch (PD->getSetterKind()) { in getObjCEncodingForPropertyDecl()