Searched refs:m_should_print (Results 1 – 2 of 2) sorted by relevance
55 m_should_print = eLazyBoolCalculate; in Init()162 if (m_should_print == eLazyBoolCalculate) in ShouldPrintValueObject()163 …m_should_print = (options.m_flat_output == false || m_type_flags.Test (ClangASTType::eTypeHasValue… in ShouldPrintValueObject()164 return m_should_print == eLazyBoolYes; in ShouldPrintValueObject()
379 LazyBool m_should_print; variable