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

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

Completed in 105 milliseconds