Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h290 bool GetAutoIndent() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp92 m_enable_auto_indent = debugger.GetAutoIndent(); in GetIOHandler()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp530 bool Debugger::GetAutoIndent() const { in GetAutoIndent() function in Debugger