Home
last modified time | relevance | path

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

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