Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h348 bool GetPrintDecls() const;
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp363 if (debugger.GetPrintDecls()) { in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp506 bool Debugger::GetPrintDecls() const { in GetPrintDecls() function in Debugger