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

/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp326 SmallVectorImpl<CharSourceRange> &SpellingRanges,
382 SpellingRanges.push_back(CharSourceRange(SourceRange(Begin, End),
392 SmallVector<CharSourceRange, 4> SpellingRanges; local
393 mapDiagnosticRanges(Loc, Ranges, SpellingRanges, &SM);
394 emitCodeContext(Loc, Level, SpellingRanges, Hints, SM);
461 SmallVector<CharSourceRange, 4> SpellingRanges; local
462 mapDiagnosticRanges(Loc, Ranges, SpellingRanges, &SM);
472 SpellingRanges, None, &SM);
323 mapDiagnosticRanges( SourceLocation CaretLoc, ArrayRef<CharSourceRange> Ranges, SmallVectorImpl<CharSourceRange> &SpellingRanges, const SourceManager *SM) argument

Completed in 70 milliseconds