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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DTextDiagnostic.cpp39 static const enum raw_ostream::Colors errorColor = raw_ostream::RED; variable in typeref:enum:Colors
712 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break;

Completed in 102 milliseconds