Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Frontend/
H A DTextDiagnostic.cpp25 static const enum llvm::raw_ostream::Colors warningColor = variable
53 os.changeColor(warningColor, true); in printDiagnosticLevel()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DTextDiagnostic.cpp34 static const enum raw_ostream::Colors warningColor = variable
705 case DiagnosticsEngine::Warning: OS.changeColor(warningColor, true); break; in printDiagnosticLevel()