Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDDebugger.h290 bool GetAutoIndent() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
HDREPL.cpp86 m_enable_auto_indent = debugger.GetAutoIndent(); in GetIOHandler()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDDebugger.cpp471 bool Debugger::GetAutoIndent() const { in GetAutoIndent() function in Debugger