Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp539 if (TypeSummaryImpl *type_summary = GetSummaryFormatter()) in ShouldPrintChildren() local
540 print_children = type_summary->DoesPrintChildren(&valobj); in ShouldPrintChildren()