Home
last modified time | relevance | path

Searched refs:GetIsTerminalWithColors (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp315 const bool colorize_err = error_sp->GetFile().GetIsTerminalWithColors(); in IOHandlerInputComplete()
376 bool useColors = error_sp->GetFile().GetIsTerminalWithColors(); in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFile.h355 bool GetIsTerminalWithColors();
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFile.cpp203 bool File::GetIsTerminalWithColors() { in GetIsTerminalWithColors() function in File
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp808 if (!GetOutputFile().GetIsTerminalWithColors()) in Debugger()
1866 if (!file.GetIsInteractive() || !file.GetIsTerminalWithColors()) in HandleProgressEvent()