Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DDumpValueObjectOptions.h74 DumpValueObjectOptions &SetDeclPrintingHelper(DeclPrintingHelper helper);
/external/llvm-project/lldb/source/DataFormatters/
DDumpValueObjectOptions.cpp47 DumpValueObjectOptions::SetDeclPrintingHelper(DeclPrintingHelper helper) { in SetDeclPrintingHelper() function in DumpValueObjectOptions
/external/llvm-project/lldb/source/Commands/
DCommandObjectFrame.cpp180 options.SetDeclPrintingHelper(helper); in DoExecute()