Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp537 bool print_children = true; in ShouldPrintChildren() local
540 print_children = type_summary->DoesPrintChildren(&valobj); in ShouldPrintChildren()
558 if (is_ref && is_root_level && print_children) { in ShouldPrintChildren()
569 return print_children || m_summary.empty(); in ShouldPrintChildren()
835 const bool print_children = ShouldPrintChildren(curr_ptr_depth); in PrintChildrenIfNeeded() local
842 if (print_children && IsInstancePointer()) { in PrintChildrenIfNeeded()
854 if (print_children) { in PrintChildrenIfNeeded()