Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h479 void UpdateUseColor(bool use_color);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp462 GetCommandInterpreter().UpdateUseColor(b); in SetUseColor()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2296 void CommandInterpreter::UpdateUseColor(bool use_color) { in UpdateUseColor() function in CommandInterpreter