Lines Matching refs:Level
124 DiagnosticsEngine::Level Level,
132 beginDiagnostic(D, Level);
136 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, SM, D);
163 emitIncludeStack(Loc, PLoc, Level, *SM);
166 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, SM, D);
167 emitCaret(Loc, Level, MutableRanges, FixItHints, *SM);
173 emitMacroExpansions(UnexpandedLoc, Level, MutableRanges, FixItHints, *SM,
179 LastLevel = Level;
181 endDiagnostic(D, Level);
200 /// diagnostic level and location.
209 /// \param Level The diagnostic level of the message this stack pertains to.
212 DiagnosticsEngine::Level Level,
222 if (!DiagOpts->ShowNoteIncludeStack && Level == DiagnosticsEngine::Note)
388 DiagnosticsEngine::Level Level,
394 emitCodeContext(Loc, Level, SpellingRanges, Hints, SM);
402 /// level.
405 /// \param Level The diagnostic level currently being emitted.
410 DiagnosticsEngine::Level Level,
421 emitMacroExpansions(OneLevelUp, Level, Ranges, Hints, SM,