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

Overridden By

tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  339 void ValueObjectSynthetic::SetFormat(lldb::Format format) {

References

tools/lldb/source/API/SBValue.cpp
 1304     value_sp->SetFormat(format);
tools/lldb/source/Commands/CommandObjectExpression.cpp
  440           result_valobj_sp->SetFormat(format);
tools/lldb/source/Commands/CommandObjectMemory.cpp
  831             valobj_sp->SetFormat(format);
tools/lldb/source/Core/IOHandler.cpp
 2716           valobj_sp->SetFormat(FormatForChar(c));
tools/lldb/source/Core/ValueObject.cpp
 1422       SetFormat(custom_format);
 1501       SetFormat(eFormatDefault);
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  342     m_parent->SetFormat(format);
  344   this->ValueObject::SetFormat(format);
tools/lldb/source/DataFormatters/VectorType.cpp
  213     child_sp->SetFormat(m_item_format);
tools/lldb/source/Target/Thread.cpp
 1678             cast_value_sp->SetFormat(eFormatHex);