Home
last modified time | relevance | path

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

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