Lines Matching refs:Level
88 DiagnosticsEngine::Level Level, in emitDiagnostic() argument
95 beginDiagnostic(D, Level); in emitDiagnostic()
99 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, D); in emitDiagnostic()
124 emitIncludeStack(Loc, PLoc, Level); in emitDiagnostic()
127 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, D); in emitDiagnostic()
128 emitCaret(Loc, Level, MutableRanges, FixItHints); in emitDiagnostic()
133 emitMacroExpansions(UnexpandedLoc, Level, MutableRanges, FixItHints); in emitDiagnostic()
138 LastLevel = Level; in emitDiagnostic()
140 endDiagnostic(D, Level); in emitDiagnostic()
166 DiagnosticsEngine::Level Level) { in emitIncludeStack() argument
177 if (!DiagOpts->ShowNoteIncludeStack && Level == DiagnosticsEngine::Note) in emitIncludeStack()
425 DiagnosticsEngine::Level Level, in emitCaret() argument
430 emitCodeContext(Loc, Level, SpellingRanges, Hints); in emitCaret()
436 FullSourceLoc Loc, DiagnosticsEngine::Level Level, in emitSingleMacroExpansion() argument
533 DiagnosticsEngine::Level Level, in emitMacroExpansions() argument
572 emitSingleMacroExpansion(FullSourceLoc(*I, SM), Level, Ranges); in emitMacroExpansions()
582 emitSingleMacroExpansion(FullSourceLoc(*I, SM), Level, Ranges); in emitMacroExpansions()
594 emitSingleMacroExpansion(FullSourceLoc(*I, SM), Level, Ranges); in emitMacroExpansions()