Home
last modified time | relevance | path

Searched refs:ValueIsTransparent (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptionValue.h72 virtual bool ValueIsTransparent() const { in ValueIsTransparent() function
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DProperty.cpp251 const bool transparent = m_value_sp->ValueIsTransparent(); in Dump()
H A DOptionValueProperties.cpp540 const bool transparent_value = option_value->ValueIsTransparent(); in DumpValue()
557 if (!value_sp->ValueIsTransparent()) { in DumpPropertyValue()