Lines Matching defs:Level
52 DiagnosticsEngine::Level Level,
72 if (Level == DiagnosticsEngine::Error &&
86 << (Level == DiagnosticsEngine::Remark ? "-R" : "-W") << Opt;
113 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level,
116 DiagnosticConsumer::HandleDiagnostic(Level, Info);
124 printDiagnosticOptions(DiagMessageStream, Level, Info, *DiagOpts);
140 TextDiagnostic::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors);
142 OS, /*IsSupplemental=*/Level == DiagnosticsEngine::Note,
156 FullSourceLoc(Info.getLocation(), Info.getSourceManager()), Level,