Searched defs:fatalColor (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp40 static const enum raw_ostream::Colors fatalColor = raw_ostream::RED; variable in typeref:enum:Colors
712 case DiagnosticsEngine::Fatal: OS.changeColor(fatalColor, true); break;

Completed in 82 milliseconds