Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h344 bool GetAutoIndent() const;
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp91 m_enable_auto_indent = debugger.GetAutoIndent(); in GetIOHandler()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp496 bool Debugger::GetAutoIndent() const { in GetAutoIndent() function in Debugger