Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h349 bool SetAutoIndent(bool b);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp564 bool Debugger::SetAutoIndent(bool b) { in SetAutoIndent() function in Debugger