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