Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DLanguage.h233 virtual DumpValueObjectOptions::DeclPrintingHelper GetDeclPrintingHelper();
/llvm-project-15.0.7/lldb/source/Target/
H A DLanguage.cpp439 DumpValueObjectOptions::DeclPrintingHelper Language::GetDeclPrintingHelper() { in GetDeclPrintingHelper() function in Language
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp283 m_options.m_decl_printing_helper = lang_plugin->GetDeclPrintingHelper(); in PrintDecl()