Searched refs:setterKind (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp844 ObjCPropertyDecl::SetterKind setterKind = prop->getSetterKind(); local
846 IsCopy = (setterKind == ObjCPropertyDecl::Copy);
864 if (setterKind == ObjCPropertyDecl::Retain) {

Completed in 121 milliseconds