Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp19 m_decl_printing_helper(), m_child_printing_decider(),
50 m_decl_printing_helper = helper; in SetDeclPrintingHelper()
H A DValueObjectPrinter.cpp291 if (!m_options.m_decl_printing_helper) { in PrintDecl()
300 m_options.m_decl_printing_helper = lang_plugin->GetDeclPrintingHelper(); in PrintDecl()
304 if (m_options.m_decl_printing_helper) { in PrintDecl()
314 if (m_options.m_decl_printing_helper(type_name_cstr, var_name_cstr, in PrintDecl()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h142 DeclPrintingHelper m_decl_printing_helper; variable