Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h340 bool GetAutoIndent() const;
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DREPL.cpp91 m_enable_auto_indent = debugger.GetAutoIndent(); in GetIOHandler()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp503 bool Debugger::GetAutoIndent() const { in GetAutoIndent() function in Debugger