Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Frontend/
H A DTextDiagnostic.cpp27 static const enum llvm::raw_ostream::Colors errorColor = llvm::raw_ostream::RED; variable
56 os.changeColor(errorColor, true); in printDiagnosticLevel()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DTextDiagnostic.cpp38 static const enum raw_ostream::Colors errorColor = raw_ostream::RED; variable
706 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break; in printDiagnosticLevel()