Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp23 m_hide_root_type(false), m_hide_root_name(false), m_hide_name(false),
149 m_hide_root_type = hide_root_type; in SetHideRootType()
H A DValueObjectPrinter.cpp241 if (m_curr_depth == 0 && m_options.m_hide_root_type) in PrintDecl()
/src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h152 bool m_hide_root_type : 1; variable