Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguage.h205 virtual DumpValueObjectOptions::DeclPrintingHelper GetDeclPrintingHelper();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DLanguage.cpp417 DumpValueObjectOptions::DeclPrintingHelper Language::GetDeclPrintingHelper() { in GetDeclPrintingHelper() function in Language
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp295 m_options.m_decl_printing_helper = lang_plugin->GetDeclPrintingHelper(); in PrintDecl()