Home
last modified time | relevance | path

Searched refs:use_regex (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()
90 use_regex = true; in SetOptionValue()
130 use_regex = 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.cpp483 m_option_variable.show_globals |= m_option_variable.use_regex; in DoExecute()
528 if (m_option_variable.use_regex) { in DoExecute()
H A DCommandObjectTarget.cpp844 if (m_option_variable.use_regex) { in DoExecute()