Home
last modified time | relevance | path

Searched refs:DeclPrintingHelper (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h54 DeclPrintingHelper; typedef
71 DumpValueObjectOptions &SetDeclPrintingHelper(DeclPrintingHelper helper);
136 DeclPrintingHelper m_decl_printing_helper;
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp48 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) { in SetDeclPrintingHelper()
/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()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp166 DumpValueObjectOptions::DeclPrintingHelper helper = in DoExecute()