Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp310 const bool colorize_err = error_sp->GetFile().GetIsTerminalWithColors(); in IOHandlerInputComplete()
371 bool useColors = error_sp->GetFile().GetIsTerminalWithColors(); in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h349 bool GetIsTerminalWithColors();
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp199 bool File::GetIsTerminalWithColors() { in GetIsTerminalWithColors() function in File
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp750 if (!GetOutputFile().GetIsTerminalWithColors()) in Debugger()