Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp19 m_decl_printing_helper(), m_pointer_as_array(), m_use_synthetic(true),
48 m_decl_printing_helper = helper; in SetDeclPrintingHelper()
DValueObjectPrinter.cpp274 if (!m_options.m_decl_printing_helper) { in PrintDecl()
283 m_options.m_decl_printing_helper = lang_plugin->GetDeclPrintingHelper(); in PrintDecl()
287 if (m_options.m_decl_printing_helper) { in PrintDecl()
292 if (m_options.m_decl_printing_helper(type_name_cstr, var_name_cstr, in PrintDecl()
/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h138 DeclPrintingHelper m_decl_printing_helper; variable