Home
last modified time | relevance | path

Searched refs:SpellingRanges (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp357 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()
[all …]