Searched refs:errorColor (Results 1 – 1 of 1) sorted by relevance
38 static const enum raw_ostream::Colors errorColor = raw_ostream::RED; variable706 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break; in printDiagnosticLevel()