Home | History | Annotate | Download | only in Frontend

Lines Matching defs:DiagLevel

108   void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
153 unsigned getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel,
492 unsigned SDiagsWriter::getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel,
494 if (DiagLevel == DiagnosticsEngine::Note)
521 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
526 if (DiagLevel != DiagnosticsEngine::Note) {
545 if (DiagLevel == DiagnosticsEngine::Note)
548 EmitDiagnosticMessage(SourceLocation(), PresumedLoc(), DiagLevel,
551 if (DiagLevel == DiagnosticsEngine::Note)
560 Renderer.emitDiagnostic(Info.getLocation(), DiagLevel,