Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueString.h113 bool IsCurrentValueEmpty() const { return m_current_value.empty(); } in IsCurrentValueEmpty() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp500 if (!m_option_variable.summary.IsCurrentValueEmpty()) in DoExecute()
504 else if (!m_option_variable.summary_string.IsCurrentValueEmpty()) in DoExecute()