Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp283 if (ShouldShowName()) { in PrintDecl()
311 decl_print_options.SetHideName(!ShouldShowName()); in PrintDecl()
327 else if (ShouldShowName()) in PrintDecl()
453 if (ShouldShowName()) in PrintValueAndSummaryIfNeeded()
461 if (ShouldShowName() || value_printed) in PrintValueAndSummaryIfNeeded()
478 if (!m_options.m_hide_value || ShouldShowName()) in PrintObjectDescriptionIfNeeded()
594 } else if (value_printed || summary_printed || ShouldShowName()) { in PrintChildrenPreamble()
882 bool ValueObjectPrinter::ShouldShowName() const { in ShouldShowName() function in ValueObjectPrinter
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h143 bool ShouldShowName() const;