Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h51 FormatEntity::Entry &GetCurrentValue() { return m_current_entry; } in GetCurrentValue()
53 const FormatEntity::Entry &GetCurrentValue() const { return m_current_entry; } in GetCurrentValue()
56 m_current_entry = value; in SetCurrentValue()
66 FormatEntity::Entry m_current_entry; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp20 : OptionValue(), m_current_format(), m_default_format(), m_current_entry(), in OptionValueFormatEntity()
28 m_current_entry = m_default_entry; in OptionValueFormatEntity()
34 m_current_entry = m_default_entry; in Clear()
98 m_current_entry = std::move(entry); in SetValueFromString()