Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h56 DeclPrintingHelper; typedef
75 DumpValueObjectOptions &SetDeclPrintingHelper(DeclPrintingHelper helper);
140 DeclPrintingHelper m_decl_printing_helper;
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp49 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) { in SetDeclPrintingHelper()
/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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp194 DumpValueObjectOptions::DeclPrintingHelper helper = [&valobj_sp]( in DoExecute()