Home
last modified time | relevance | path

Searched refs:DisableColors (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp92 bool DisableColors) { in error() argument
96 DisableColors ? ColorMode::Disable : ColorMode::Auto) in error()
102 bool DisableColors) { in warning() argument
106 DisableColors ? ColorMode::Disable : ColorMode::Auto) in warning()
112 bool DisableColors) { in note() argument
116 DisableColors ? ColorMode::Disable : ColorMode::Auto) in note()
122 bool DisableColors) { in remark() argument
126 DisableColors ? ColorMode::Disable : ColorMode::Auto) in remark()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h101 bool DisableColors = false);
104 bool DisableColors = false);
107 bool DisableColors = false);
110 bool DisableColors = false);