Lines Matching refs:SpellingRanges
357 SmallVectorImpl<CharSourceRange> &SpellingRanges) { in mapDiagnosticRanges() argument
418 SpellingRanges.push_back(CharSourceRange(SourceRange(Begin, End), in mapDiagnosticRanges()
427 SmallVector<CharSourceRange, 4> SpellingRanges; in emitCaret() local
428 mapDiagnosticRanges(Loc, Ranges, SpellingRanges); in emitCaret()
429 emitCodeContext(Loc, Level, SpellingRanges, Hints); in emitCaret()
442 SmallVector<CharSourceRange, 4> SpellingRanges; in emitSingleMacroExpansion() local
443 mapDiagnosticRanges(Loc, Ranges, SpellingRanges); in emitSingleMacroExpansion()
455 SpellingRanges, std::nullopt); in emitSingleMacroExpansion()
493 SmallVector<CharSourceRange, 4> SpellingRanges; in checkRangesForMacroArgExpansion() local
494 mapDiagnosticRanges(Loc, Ranges, SpellingRanges); in checkRangesForMacroArgExpansion()
500 if (ValidCount > SpellingRanges.size()) in checkRangesForMacroArgExpansion()
511 for (const auto &Range : SpellingRanges) in checkRangesForMacroArgExpansion()