Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupVariable.cpp77 use_regex(false), show_scope(false), show_decl(false), in OptionGroupVariable()
102 show_decl = true; in SetOptionValue()
129 show_decl = false; in OptionParsingStarting()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupVariable.h38 use_regex : 1, show_scope : 1, show_decl : 1; variable
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp551 if (m_option_variable.show_decl && in DoExecute()
590 if (m_option_variable.show_decl && var_sp && in DoExecute()
644 if (m_option_variable.show_decl && in DoExecute()
H A DCommandObjectTarget.cpp774 if (m_option_variable.show_decl) { in DumpValueObject()