Home
last modified time | relevance | path

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

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