Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DValueObjectPrinter.cpp518 const bool is_root_level = m_curr_depth == 0; in ShouldPrintChildren() local
520 if (is_ref && is_root_level) { in ShouldPrintChildren()