Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp526 if (TypeSummaryImpl *type_summary = GetSummaryFormatter()) in ShouldPrintChildren() local
527 print_children = type_summary->DoesPrintChildren(m_valobj); in ShouldPrintChildren()