Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Level

82                                         DiagnosticsEngine::Level Level,
90 beginDiagnostic(D, Level);
94 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, SM, D);
121 emitIncludeStack(Loc, PLoc, Level, *SM);
124 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, SM, D);
125 emitCaret(Loc, Level, MutableRanges, FixItHints, *SM);
130 emitMacroExpansions(UnexpandedLoc, Level, MutableRanges, FixItHints, *SM);
135 LastLevel = Level;
137 endDiagnostic(D, Level);
156 /// diagnostic level and location.
165 /// \param Level The diagnostic level of the message this stack pertains to.
168 DiagnosticsEngine::Level Level,
179 if (!DiagOpts->ShowNoteIncludeStack && Level == DiagnosticsEngine::Note)
410 DiagnosticsEngine::Level Level,
416 emitCodeContext(Loc, Level, SpellingRanges, Hints, SM);
423 DiagnosticsEngine::Level Level,
515 /// level.
518 /// \param Level The diagnostic level currently being emitted.
522 DiagnosticsEngine::Level Level,
560 emitSingleMacroExpansion(*I, Level, Ranges, SM);
570 emitSingleMacroExpansion(*I, Level, Ranges, SM);
582 emitSingleMacroExpansion(*I, Level, Ranges, SM);