Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp95 show_decl = true; in SetOptionValue()
122 show_decl = false; in OptionParsingStarting()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h38 use_regex : 1, show_scope : 1, show_decl : 1; variable
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp546 if (m_option_variable.show_decl && in DoExecute()
589 if (m_option_variable.show_decl && var_sp && in DoExecute()
661 if (m_option_variable.show_decl && in DoExecute()
H A DCommandObjectTarget.cpp774 if (m_option_variable.show_decl) { in DumpValueObject()