Lines Matching refs:Level
87 DiagnosticsEngine::Level Level, in emitDiagnostic() argument
94 beginDiagnostic(D, Level); in emitDiagnostic()
98 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, D); in emitDiagnostic()
123 emitIncludeStack(Loc, PLoc, Level); in emitDiagnostic()
126 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, D); in emitDiagnostic()
127 emitCaret(Loc, Level, MutableRanges, FixItHints); in emitDiagnostic()
132 emitMacroExpansions(UnexpandedLoc, Level, MutableRanges, FixItHints); in emitDiagnostic()
137 LastLevel = Level; in emitDiagnostic()
139 endDiagnostic(D, Level); in emitDiagnostic()
165 DiagnosticsEngine::Level Level) { in emitIncludeStack() argument
176 if (!DiagOpts->ShowNoteIncludeStack && Level == DiagnosticsEngine::Note) in emitIncludeStack()
424 DiagnosticsEngine::Level Level, in emitCaret() argument
429 emitCodeContext(Loc, Level, SpellingRanges, Hints); in emitCaret()
435 FullSourceLoc Loc, DiagnosticsEngine::Level Level, in emitSingleMacroExpansion() argument
532 DiagnosticsEngine::Level Level, in emitMacroExpansions() argument
571 emitSingleMacroExpansion(FullSourceLoc(*I, SM), Level, Ranges); in emitMacroExpansions()
581 emitSingleMacroExpansion(FullSourceLoc(*I, SM), Level, Ranges); in emitMacroExpansions()
593 emitSingleMacroExpansion(FullSourceLoc(*I, SM), Level, Ranges); in emitMacroExpansions()