Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h344 bool GetPrintDecls() const;
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp363 if (debugger.GetPrintDecls()) { in IOHandlerInputComplete()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp513 bool Debugger::GetPrintDecls() const { in GetPrintDecls() function in Debugger