Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnostic.cpp39 static const enum raw_ostream::Colors fatalColor = raw_ostream::RED; variable
707 case DiagnosticsEngine::Fatal: OS.changeColor(fatalColor, true); break; in printDiagnosticLevel()