Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h348 bool GetAutoIndent() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp86 m_enable_auto_indent = debugger.GetAutoIndent(); in GetIOHandler()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp438 bool Debugger::GetAutoIndent() const { in GetAutoIndent() function in Debugger