Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp55 m_should_print = eLazyBoolCalculate; in Init()
162 if (m_should_print == eLazyBoolCalculate) in ShouldPrintValueObject()
163m_should_print = (options.m_flat_output == false || m_type_flags.Test (ClangASTType::eTypeHasValue… in ShouldPrintValueObject()
164 return m_should_print == eLazyBoolYes; in ShouldPrintValueObject()
/trueos/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDValueObjectPrinter.h379 LazyBool m_should_print; variable