Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp516 const bool is_root_level = m_curr_depth == 0; in ShouldPrintChildren() local
518 if (is_ref && is_root_level) { in ShouldPrintChildren()