Home | History | Annotate | Download | only in Basic

Lines Matching refs:Fatal

375   // to error.  Errors can only be mapped to fatal.
376 DiagnosticIDs::Level Result = DiagnosticIDs::Fatal;
397 Result = DiagnosticIDs::Fatal;
448 // If -Wfatal-errors is enabled, map errors to fatal unless explicity
452 Result = DiagnosticIDs::Fatal;
606 // Record that a fatal error occurred only when we see a second
608 // fatal error, but suppresses any diagnostics that follow those
610 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal)
616 // Update counts for DiagnosticErrorTrap even if a fatal error occurred.
623 // If a fatal error has already been emitted, silence all subsequent
651 // If we've emitted a lot of errors, emit a fatal error instead of it to