Home | History | Annotate | Download | only in Basic

Lines Matching refs:Level

255       typedef std::pair<DiagnosticIDs::Level, std::string> DiagDesc;
268 /// getLevel - Return the level of the specified custom diagnostic.
269 DiagnosticIDs::Level getLevel(unsigned DiagID) const {
275 unsigned getOrCreateDiagID(DiagnosticIDs::Level L, StringRef Message,
306 /// and level. If this is the first request for this diagnostic, it is
311 unsigned DiagnosticIDs::getCustomDiagID(Level L, StringRef FormatString) {
319 /// level of the specified diagnostic ID is a Warning or Extension.
366 static DiagnosticIDs::Level toLevel(diag::Severity SV) {
383 /// DiagnosticsEngine object, classify the specified diagnostic ID into a Level,
385 DiagnosticIDs::Level
400 /// object, classify the specified diagnostic ID into a Level, consumable by
505 /// getWarningOptionForDiag - Return the lowest-level warning option that
603 // Figure out the diagnostic level of this message.
605 DiagnosticIDs::Level DiagLevel
675 void DiagnosticIDs::EmitDiag(DiagnosticsEngine &Diag, Level DiagLevel) const {
679 Diag.Client->HandleDiagnostic((DiagnosticsEngine::Level)DiagLevel, Info);