Lines Matching defs:Level
52 DiagnosticsEngine::Level Level,
72 if (Level == DiagnosticsEngine::Error &&
82 << (Level == DiagnosticsEngine::Remark ? "-R" : "-W") << Opt;
109 void TextDiagnosticPrinter::HandleDiagnostic(DiagnosticsEngine::Level Level,
112 DiagnosticConsumer::HandleDiagnostic(Level, Info);
120 printDiagnosticOptions(DiagMessageStream, Level, Info, *DiagOpts);
136 TextDiagnostic::printDiagnosticLevel(OS, Level, DiagOpts->ShowColors);
138 OS, /*IsSupplemental=*/Level == DiagnosticsEngine::Note,
152 FullSourceLoc(Info.getLocation(), Info.getSourceManager()), Level,