Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp35 static const enum raw_ostream::Colors warningColor = variable
695 case DiagnosticsEngine::Warning: OS.changeColor(warningColor, true); break; in printDiagnosticLevel()