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

/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp320 SmallVectorImpl<CharSourceRange> &SpellingRanges,
376 SpellingRanges.push_back(CharSourceRange(SourceRange(Begin, End),
386 SmallVector<CharSourceRange, 4> SpellingRanges; local
387 mapDiagnosticRanges(Loc, Ranges, SpellingRanges, &SM);
388 emitCodeContext(Loc, Level, SpellingRanges, Hints, SM);
455 SmallVector<CharSourceRange, 4> SpellingRanges; local
456 mapDiagnosticRanges(Loc, Ranges, SpellingRanges, &SM);
466 SpellingRanges, None, &SM);
317 mapDiagnosticRanges( SourceLocation CaretLoc, ArrayRef<CharSourceRange> Ranges, SmallVectorImpl<CharSourceRange> &SpellingRanges, const SourceManager *SM) argument

Completed in 57 milliseconds