Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDLanguage.h253 virtual DumpValueObjectOptions::DeclPrintingHelper GetDeclPrintingHelper();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDLanguage.cpp501 DumpValueObjectOptions::DeclPrintingHelper Language::GetDeclPrintingHelper() { in GetDeclPrintingHelper() function in Language
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
HDValueObjectPrinter.cpp300 m_options.m_decl_printing_helper = lang_plugin->GetDeclPrintingHelper(); in PrintDecl()