Home
last modified time | relevance | path

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

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