Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h115 ShouldPrintChildren(DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp516 bool ValueObjectPrinter::ShouldPrintChildren( in ShouldPrintChildren() function in ValueObjectPrinter
835 const bool print_children = ShouldPrintChildren(curr_ptr_depth); in PrintChildrenIfNeeded()