Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DProperty.cpp247 const bool transparent = m_value_sp->ValueIsTransparent(); in Dump()
H A DOptionValueProperties.cpp517 const bool transparent_value = option_value->ValueIsTransparent(); in DumpValue()
534 if (!value_sp->ValueIsTransparent()) { in DumpPropertyValue()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValue.h72 virtual bool ValueIsTransparent() const { in ValueIsTransparent() function