Searched refs:fatalColor (Results 1 – 2 of 2) sorted by relevance
28 static const enum llvm::raw_ostream::Colors fatalColor = llvm::raw_ostream::RED; variable59 os.changeColor(fatalColor, true); in printDiagnosticLevel()
39 static const enum raw_ostream::Colors fatalColor = raw_ostream::RED; variable707 case DiagnosticsEngine::Fatal: OS.changeColor(fatalColor, true); break; in printDiagnosticLevel()