Searched refs:setterKind (Results 1 – 1 of 1) sorted by relevance
636 ObjCPropertyDecl::SetterKind setterKind = prop->getSetterKind(); in PropertyImplStrategy() local638 IsCopy = (setterKind == ObjCPropertyDecl::Copy); in PropertyImplStrategy()656 if (setterKind == ObjCPropertyDecl::Retain) { in PropertyImplStrategy()