Home
last modified time | relevance | path

Searched refs:ColorMode (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp44 WithColor::WithColor(raw_ostream &OS, HighlightColor Color, ColorMode Mode) in WithColor()
96 DisableColors ? ColorMode::Disable : ColorMode::Auto) in error()
106 DisableColors ? ColorMode::Disable : ColorMode::Auto) in warning()
116 DisableColors ? ColorMode::Disable : ColorMode::Auto) in note()
126 DisableColors ? ColorMode::Disable : ColorMode::Auto) in remark()
133 case ColorMode::Enable: in colorsEnabled()
135 case ColorMode::Disable: in colorsEnabled()
137 case ColorMode::Auto: in colorsEnabled()
H A DSourceMgr.cpp486 ColorMode Mode = ShowColors ? ColorMode::Auto : ColorMode::Disable; in print()
570 ColorMode Mode = ShowColors ? ColorMode::Auto : ColorMode::Disable; in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h40 enum class ColorMode { enum
63 ColorMode Mode = ColorMode::Auto);
73 bool Bold = false, bool BG = false, ColorMode Mode = ColorMode::Auto)
144 ColorMode Mode;
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp20 llvm::ColorMode::Enable) in error()
26 llvm::ColorMode::Enable) in warning()
32 llvm::ColorMode::Enable) in note()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebuggerEvents.cpp91 llvm::WithColor(s->AsRawOstream(), color, llvm::ColorMode::Enable) in Dump()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDiagnosticsRendering.cpp81 return llvm::WithColor(stream.AsRawOstream(), color, llvm::ColorMode::Enable) in PrintSeverity()