Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DValueObjectPrinter.cpp485 DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in ShouldPrintChildren() argument
528 return curr_ptr_depth.CanAllowExpansion(); in ShouldPrintChildren()
562 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChild() argument
583 does_consume_ptr_depth ? --curr_ptr_depth : curr_ptr_depth, in PrintChild()
666 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth) { in PrintChildren() argument
680 PrintChild(child_sp, curr_ptr_depth); in PrintChildren()
761 DumpValueObjectOptions::PointerDepth curr_ptr_depth = m_ptr_depth; in PrintChildrenIfNeeded() local
763 ShouldPrintChildren(is_failed_description, curr_ptr_depth); in PrintChildrenIfNeeded()
765 (curr_ptr_depth.CanAllowExpansion() || m_options.m_show_types || in PrintChildrenIfNeeded()
788 PrintChildren(value_printed, summary_printed, curr_ptr_depth); in PrintChildrenIfNeeded()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DValueObjectPrinter.h95 DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
108 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);
114 const DumpValueObjectOptions::PointerDepth &curr_ptr_depth);