Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h44 FormatEntity::Entry &GetCurrentValue() { return m_current_entry; } in GetCurrentValue()
46 const FormatEntity::Entry &GetCurrentValue() const { return m_current_entry; } in GetCurrentValue()
49 m_current_entry = value; in SetCurrentValue()
59 FormatEntity::Entry m_current_entry; variable
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp25 m_current_entry = m_default_entry; in OptionValueFormatEntity()
31 m_current_entry = m_default_entry; in Clear()
101 m_current_entry = std::move(entry); in SetValueFromString()