Home
last modified time | relevance | path

Searched refs:show_decl (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp98 show_decl = true; in SetOptionValue()
127 show_decl = false; in OptionParsingStarting()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h42 use_regex : 1, show_scope : 1, show_decl : 1; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp578 if (m_option_variable.show_decl && in DoExecute()
623 if (m_option_variable.show_decl && var_sp && in DoExecute()
696 if (m_option_variable.show_decl && in DoExecute()
H A DCommandObjectTarget.cpp788 if (m_option_variable.show_decl) { in DumpValueObject()