Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h83 bool ColorEnabled = false; variable
355 virtual void enable_colors(bool enable) { ColorEnabled = enable; } in enable_colors()
357 bool colors_enabled() const { return ColorEnabled; } in colors_enabled()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp508 if (!ColorEnabled) in prepare_colors()