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

References

tools/lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
   54   FormatEntity::Entry &GetDefaultValue() { return m_default_entry; }
   56   const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; }
tools/lldb/source/Interpreter/OptionValueFormatEntity.cpp
   23     Status error = FormatEntity::Parse(default_format_str, m_default_entry);
   27       m_current_entry = m_default_entry;
   33   m_current_entry = m_default_entry;