Home | History | Annotate | Download | only in Frontend

Lines Matching refs:errorColor

39 static const enum raw_ostream::Colors errorColor = raw_ostream::RED;
712 case DiagnosticsEngine::Error: OS.changeColor(errorColor, true); break;