Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DProperty.cpp235 const bool transparent = m_value_sp->ValueIsTransparent(); in Dump()
H A DOptionValueProperties.cpp562 const bool transparent_value = option_value->ValueIsTransparent(); in DumpValue()
579 if (!value_sp->ValueIsTransparent()) { in DumpPropertyValue()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionValue.h80 virtual bool ValueIsTransparent() const { in ValueIsTransparent() function