Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h71 DumpValueObjectOptions &SetDeclPrintingHelper(DeclPrintingHelper helper);
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp48 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) { in SetDeclPrintingHelper() function in DumpValueObjectOptions
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectFrame.cpp178 options.SetDeclPrintingHelper(helper); in DoExecute()