Home
last modified time | relevance | path

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

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