reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Interpreter/OptionValueArch.cpp
   67 lldb::OptionValueSP OptionValueArch::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueArray.cpp
  305 lldb::OptionValueSP OptionValueArray::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueBoolean.cpp
   70 lldb::OptionValueSP OptionValueBoolean::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueChar.cpp
   61 lldb::OptionValueSP OptionValueChar::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueDictionary.cpp
  313 lldb::OptionValueSP OptionValueDictionary::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueEnumeration.cpp
  101 lldb::OptionValueSP OptionValueEnumeration::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueFileSpec.cpp
   98 lldb::OptionValueSP OptionValueFileSpec::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueFileSpecList.cpp
  167 lldb::OptionValueSP OptionValueFileSpecList::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueFormat.cpp
   60 lldb::OptionValueSP OptionValueFormat::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueFormatEntity.cpp
  115 lldb::OptionValueSP OptionValueFormatEntity::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueLanguage.cpp
   73 lldb::OptionValueSP OptionValueLanguage::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValuePathMappings.cpp
  202 lldb::OptionValueSP OptionValuePathMappings::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueProperties.cpp
  588 lldb::OptionValueSP OptionValueProperties::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueRegex.cpp
   63 lldb::OptionValueSP OptionValueRegex::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueSInt64.cpp
   74 lldb::OptionValueSP OptionValueSInt64::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueString.cpp
  121 lldb::OptionValueSP OptionValueString::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueUInt64.cpp
   73 lldb::OptionValueSP OptionValueUInt64::DeepCopy() const {
tools/lldb/source/Interpreter/OptionValueUUID.cpp
   61 lldb::OptionValueSP OptionValueUUID::DeepCopy() const {

References

tools/lldb/source/Interpreter/OptionValueArray.cpp
  313     copied_array->AppendValue(m_values[i]->DeepCopy());
tools/lldb/source/Interpreter/OptionValueDictionary.cpp
  321     copied_dict->SetValueForKey(pos->first, pos->second->DeepCopy(), true);
tools/lldb/source/Interpreter/OptionValueProperties.cpp
   41       lldb::OptionValueSP new_value_sp(m_properties[i].GetValue()->DeepCopy());