Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DWithColor.cpp84 bool DisableColors) { in error() argument
88 DisableColors ? ColorMode::Disable : ColorMode::Auto) in error()
94 bool DisableColors) { in warning() argument
98 DisableColors ? ColorMode::Disable : ColorMode::Auto) in warning()
104 bool DisableColors) { in note() argument
108 DisableColors ? ColorMode::Disable : ColorMode::Auto) in note()
114 bool DisableColors) { in remark() argument
118 DisableColors ? ColorMode::Disable : ColorMode::Auto) in remark()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DWithColor.h102 bool DisableColors = false);
105 bool DisableColors = false);
108 bool DisableColors = false);
111 bool DisableColors = false);