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