Home
last modified time | relevance | path

Searched refs:SetAutoIndent (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DDebugger.h346 bool SetAutoIndent(bool b);
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp501 bool Debugger::SetAutoIndent(bool b) { in SetAutoIndent() function in Debugger