Lines Matching defs:Level
57 DiagnosticsEngine::Level Level, StringRef Message,
91 if (Level == DiagnosticsEngine::Note) {
106 DiagnosticsEngine::Level Level,
109 void emitCodeContext(FullSourceLoc Loc, DiagnosticsEngine::Level Level,
114 Level == DiagnosticsEngine::Note ? &Error.Notes.back() : &Error.Message;
146 DiagnosticsEngine::Level Level) override {
156 ClangTidyError::Level DiagLevel,
177 DiagnosticIDs::Level Level /* = DiagnosticIDs::Warning*/) {
180 Level, (Description + " [" + CheckName + "]").str());
187 DiagnosticIDs::Level Level /* = DiagnosticIDs::Warning*/) {
189 Level, (Description + " [" + CheckName + "]").str());
203 static_cast<DiagnosticIDs::Level>(Error.DiagLevel));
208 DiagnosticIDs::Level Level /* = DiagnosticIDs::Warning*/) {
209 return diag("clang-tidy-config", Message, Level);
213 DiagnosticsEngine::Level DiagLevel, const Diagnostic &Info,
373 DiagnosticsEngine::Level DiagLevel, const Diagnostic &Info) {
418 ClangTidyError::Level Level = ClangTidyError::Warning;
423 Level = ClangTidyError::Error;
427 Level = ClangTidyError::Remark;
432 Errors.emplace_back(CheckName, Level, Context.getCurrentBuildDirectory(),