Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h294 bool GetPrintDecls() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp332 if (debugger.GetPrintDecls()) { in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp540 bool Debugger::GetPrintDecls() const { in GetPrintDecls() function in Debugger