Searched refs:m_enable_auto_indent (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp86 m_enable_auto_indent = debugger.GetAutoIndent();
89 m_enable_auto_indent = false;
110 return (m_enable_auto_indent ? GetAutoIndentCharacters() : nullptr);
162 if (!m_enable_auto_indent)
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h141 bool m_enable_auto_indent = true; member in class:lldb_private::REPL

Completed in 163 milliseconds