Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h54 DeclPrintingHelper; typedef
73 DumpValueObjectOptions &SetDeclPrintingHelper(DeclPrintingHelper helper);
142 DeclPrintingHelper m_decl_printing_helper;
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp49 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) { in SetDeclPrintingHelper()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h253 virtual DumpValueObjectOptions::DeclPrintingHelper GetDeclPrintingHelper();
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp501 DumpValueObjectOptions::DeclPrintingHelper Language::GetDeclPrintingHelper() { in GetDeclPrintingHelper()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp155 DumpValueObjectOptions::DeclPrintingHelper helper = in DoExecute()