Searched refs:fatalColor (Results 1 – 3 of 3) sorted by relevance
24 static const enum llvm::raw_ostream::Colors fatalColor = llvm::raw_ostream::RED; variable53 os.changeColor(fatalColor, true); in PrintDiagnosticLevel()
40 static const enum raw_ostream::Colors fatalColor = raw_ostream::RED; variable713 case DiagnosticsEngine::Fatal: OS.changeColor(fatalColor, true); break; in printDiagnosticLevel()
39 static const enum raw_ostream::Colors fatalColor = raw_ostream::RED; variable709 case DiagnosticsEngine::Fatal: OS.changeColor(fatalColor, true); break; in printDiagnosticLevel()