Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFile.h385 bool GetIsTerminalWithColors();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp276 const bool colorize_err = error_sp->GetFile().GetIsTerminalWithColors(); in IOHandlerInputComplete()
345 bool useColors = error_sp->GetFile().GetIsTerminalWithColors(); in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFile.cpp720 bool File::GetIsTerminalWithColors() { in GetIsTerminalWithColors() function in File
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp814 if (!m_output_file_sp->GetFile().GetIsTerminalWithColors()) in Debugger()