Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h73 DumpValueObjectOptions &SetDeclPrintingHelper(DeclPrintingHelper helper);
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DDumpValueObjectOptions.cpp49 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) { in SetDeclPrintingHelper() function in DumpValueObjectOptions
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp167 options.SetDeclPrintingHelper(helper); in DoExecute()