Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp556 const bool is_root_level = m_curr_depth == 0; in ShouldPrintChildren() local
558 if (is_ref && is_root_level && print_children) { in ShouldPrintChildren()