Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp319 const bool colorize_err = error_sp->GetFile().GetIsTerminalWithColors(); in IOHandlerInputComplete()
382 bool useColors = error_sp->GetFile().GetIsTerminalWithColors(); in IOHandlerInputComplete()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h356 bool GetIsTerminalWithColors();
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp205 bool File::GetIsTerminalWithColors() { in GetIsTerminalWithColors() function in File
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp917 if (!GetOutputFile().GetIsTerminalWithColors()) in Debugger()
2079 if (!file.GetIsInteractive() || !file.GetIsTerminalWithColors()) in HandleProgressEvent()