Searched refs:DiagnosticSeverity (Results 1 – 12 of 12) sorted by relevance
37 enum DiagnosticSeverity { enum86 const DiagnosticSeverity Severity;89 DiagnosticInfo(/* DiagnosticKind */ int Kind, DiagnosticSeverity Severity) in DiagnosticInfo()95 DiagnosticSeverity getSeverity() const { return Severity; } in getSeverity()126 DiagnosticSeverity Severity = DS_Error)135 DiagnosticSeverity Severity = DS_Error)145 DiagnosticSeverity Severity = DS_Error);172 DiagnosticSeverity Severity = DS_Warning)199 DiagnosticSeverity Severity = DS_Warning)219 DiagnosticSeverity Severity = DS_Error)[all …]
20 LinkDiagnosticInfo(DiagnosticSeverity Severity, const Twine &Msg);
332 LinkDiagnosticInfo::LinkDiagnosticInfo(DiagnosticSeverity Severity, in LinkDiagnosticInfo()
17 DiagnosticSeverity Severity) in DiagnosticInfoUnsupported()
34 DiagnosticSeverity Severity = DS_Error);
197 BitcodeDiagnosticInfo(std::error_code EC, DiagnosticSeverity Severity,
98 DiagnosticSeverity Severity) in DiagnosticInfoInlineAsm()
240 static const char *getDiagnosticMessagePrefix(DiagnosticSeverity Severity) { in getDiagnosticMessagePrefix()
589 LTODiagnosticInfo(const Twine &DiagMsg, DiagnosticSeverity Severity=DS_Error) in LTODiagnosticInfo()
551 llvm::DiagnosticSeverity Severity = DI.getSeverity(); in DiagnosticHandlerImpl()
187 DiagnosticSeverity Kind; in reportDiagnostic()
503 DiagnosticSeverity Severity, in BitcodeDiagnosticInfo()