Home
last modified time | relevance | path

Searched refs:m_default_entry (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h52 FormatEntity::Entry &GetDefaultValue() { return m_default_entry; } in GetDefaultValue()
54 const FormatEntity::Entry &GetDefaultValue() const { return m_default_entry; } in GetDefaultValue()
60 FormatEntity::Entry m_default_entry; variable
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp21 Status error = FormatEntity::Parse(default_format_str, m_default_entry); in OptionValueFormatEntity()
25 m_current_entry = m_default_entry; in OptionValueFormatEntity()
31 m_current_entry = m_default_entry; in Clear()