Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp397 SmallVectorImpl<CharSourceRange> &SpellingRanges, in mapDiagnosticRanges() argument
445 SpellingRanges.push_back(CharSourceRange(SourceRange(Begin, End), in mapDiagnosticRanges()
455 SmallVector<CharSourceRange, 4> SpellingRanges; in emitCaret() local
456 mapDiagnosticRanges(Loc, Ranges, SpellingRanges, &SM); in emitCaret()
457 emitCodeContext(Loc, Level, SpellingRanges, Hints, SM); in emitCaret()
472 SmallVector<CharSourceRange, 4> SpellingRanges; in emitSingleMacroExpansion() local
473 mapDiagnosticRanges(Loc, Ranges, SpellingRanges, &SM); in emitSingleMacroExpansion()
484 SpellingRanges, None, &SM); in emitSingleMacroExpansion()
523 SmallVector<CharSourceRange, 4> SpellingRanges; in checkRangesForMacroArgExpansion() local
524 mapDiagnosticRanges(Loc, Ranges, SpellingRanges, &SM); in checkRangesForMacroArgExpansion()
[all …]