Searched refs:SetUseColor (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h194 SetUseColor (bool use_color);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h317 SetUseColor (bool use_color);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1132 SBDebugger::SetUseColor (bool value) function in class:SBDebugger
1135 return m_opaque_sp->SetUseColor (value);
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp698 m_debugger.SetUseColor (false);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp314 Debugger::SetUseColor (bool b) function in class:Debugger
665 SetUseColor (false);

Completed in 75 milliseconds