Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp28 static const enum raw_ostream::Colors noteColor = raw_ostream::CYAN; variable
693 case DiagnosticsEngine::Note: OS.changeColor(noteColor, true); break; in printDiagnosticLevel()