Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp549 const bool is_expanded_ptr = in ShouldPrintChildren() local
552 if ((is_ref || is_expanded_ptr) && is_root_level && print_children) { in ShouldPrintChildren()