Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueFormatEntity.cpp23 m_default_format = default_format; in OptionValueFormatEntity()
32 m_current_format = m_default_format; in Clear()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueFormatEntity.h58 std::string m_default_format; variable