Searched refs:DisableColors (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | WithColor.cpp | 22 WithColor::WithColor(raw_ostream &OS, HighlightColor Color, bool DisableColors) in WithColor() argument 23 : OS(OS), DisableColors(DisableColors) { in WithColor() 70 bool DisableColors) { in error() argument 73 return WithColor(OS, HighlightColor::Error, DisableColors).get() in error() 78 bool DisableColors) { in warning() argument 81 return WithColor(OS, HighlightColor::Warning, DisableColors).get() in warning() 86 bool DisableColors) { in note() argument 89 return WithColor(OS, HighlightColor::Note, DisableColors).get() << "note: "; in note() 93 bool DisableColors) { in remark() argument 96 return WithColor(OS, HighlightColor::Remark, DisableColors).get() in remark() [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | WithColor.h | 40 bool DisableColors; variable 48 WithColor(raw_ostream &OS, HighlightColor S, bool DisableColors = false); 59 bool Bold = false, bool BG = false, bool DisableColors = false) 60 : OS(OS), DisableColors(DisableColors) { in OS() 87 bool DisableColors = false); 90 bool DisableColors = false); 93 bool DisableColors = false); 96 bool DisableColors = false);
|