Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp21 m_show_types(false), m_show_location(false), m_use_objc(false),
54 m_show_types = show; in SetShowTypes()
DValueObjectPrinter.cpp231 show_type = m_options.m_show_types || in PrintDecl()
248 if (m_options.m_show_types) in PrintDecl()
765 (curr_ptr_depth.CanAllowExpansion() || m_options.m_show_types || in PrintChildrenIfNeeded()
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h142 bool m_show_types : 1; variable