Home | History | Annotate | Download | only in Basic

Lines Matching refs:Level

351   Level DiagLevel = storedDiag.getLevel();
369 // Figure out the diagnostic level of this message.
370 DiagnosticIDs::Level DiagLevel
375 // Emit the diagnostic regardless of suppression level.
398 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
948 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID,
950 : ID(ID), Level(Level), Loc(), Message(Message) { }
952 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level,
954 : ID(Info.getID()), Level(Level)
967 StoredDiagnostic::StoredDiagnostic(DiagnosticsEngine::Level Level, unsigned ID,
971 : ID(ID), Level(Level), Loc(Loc), Message(Message),
987 DiagnosticsEngine::Level DiagLevel,