Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h351 bool GetPrintDecls() const;
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp369 if (debugger.GetPrintDecls()) { in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp569 bool Debugger::GetPrintDecls() const { in GetPrintDecls() function in Debugger