Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Frontend/
H A DTextDiagnostic.cpp28 static const enum llvm::raw_ostream::Colors fatalColor = llvm::raw_ostream::RED; variable
59 os.changeColor(fatalColor, true); in printDiagnosticLevel()
/llvm-project-15.0.7/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()