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

References

tools/lldb/include/lldb/Core/ValueObject.h
  695     if (format != m_format)
  697     m_format = format;
tools/lldb/source/Core/ValueObject.cpp
 3244     if (with_fmt_info->m_format != lldb::eFormatDefault)
 3245       return with_fmt_info->m_format;
 3248   return m_format;