Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp356 SmallVectorImpl<CharSourceRange> &SpellingRanges, in mapDiagnosticRanges() argument
404 SpellingRanges.push_back(CharSourceRange(SourceRange(Begin, End), in mapDiagnosticRanges()
414 SmallVector<CharSourceRange, 4> SpellingRanges; in emitCaret() local
415 mapDiagnosticRanges(Loc, Ranges, SpellingRanges, &SM); in emitCaret()
416 emitCodeContext(Loc, Level, SpellingRanges, Hints, SM); in emitCaret()
431 SmallVector<CharSourceRange, 4> SpellingRanges; in emitSingleMacroExpansion() local
432 mapDiagnosticRanges(Loc, Ranges, SpellingRanges, &SM); in emitSingleMacroExpansion()
444 SpellingRanges, None, &SM); in emitSingleMacroExpansion()
483 SmallVector<CharSourceRange, 4> SpellingRanges; in checkRangesForMacroArgExpansion() local
484 mapDiagnosticRanges(Loc, Ranges, SpellingRanges, &SM); in checkRangesForMacroArgExpansion()
[all …]