Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h80 bool ColorEnabled = false; variable
322 virtual void enable_colors(bool enable) { ColorEnabled = enable; } in enable_colors()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Draw_ostream.cpp508 if (!ColorEnabled) in prepare_colors()