Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DDebugger.h302 bool GetAutoIndent() const;
/external/llvm-project/lldb/source/Expression/
DREPL.cpp86 m_enable_auto_indent = debugger.GetAutoIndent(); in GetIOHandler()
/external/llvm-project/lldb/source/Core/
DDebugger.cpp431 bool Debugger::GetAutoIndent() const { in GetAutoIndent() function in Debugger