Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp329 const bool transparent_value = option_value->ValueIsTransparent(); in DumpValue()
361 if (!value_sp->ValueIsTransparent()) { in DumpPropertyValue()
H A DProperty.cpp252 const bool transparent = m_value_sp->ValueIsTransparent(); in Dump()
/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h83 virtual bool ValueIsTransparent() const { in ValueIsTransparent() function