Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DWithColor.cpp70 bool DisableColors) { in error() argument
74 DisableColors ? ColorMode::Disable : ColorMode::Auto) in error()
80 bool DisableColors) { in warning() argument
84 DisableColors ? ColorMode::Disable : ColorMode::Auto) in warning()
90 bool DisableColors) { in note() argument
94 DisableColors ? ColorMode::Disable : ColorMode::Auto) in note()
100 bool DisableColors) { in remark() argument
104 DisableColors ? ColorMode::Disable : ColorMode::Auto) in remark()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DWithColor.h102 bool DisableColors = false);
105 bool DisableColors = false);
108 bool DisableColors = false);
111 bool DisableColors = false);