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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp358 SmallVectorImpl<CharSourceRange> &SpellingRanges) {
412 SpellingRanges.push_back(CharSourceRange(SourceRange(Begin, End),
421 SmallVector<CharSourceRange, 4> SpellingRanges; local
422 mapDiagnosticRanges(Loc, Ranges, SpellingRanges);
423 emitCodeContext(Loc, Level, SpellingRanges, Hints);
436 SmallVector<CharSourceRange, 4> SpellingRanges; local
437 mapDiagnosticRanges(Loc, Ranges, SpellingRanges);
449 SpellingRanges, None);
487 SmallVector<CharSourceRange, 4> SpellingRanges; local
488 mapDiagnosticRanges(Loc, Ranges, SpellingRanges);
357 mapDiagnosticRanges(FullSourceLoc CaretLoc, ArrayRef<CharSourceRange> Ranges, SmallVectorImpl<CharSourceRange> &SpellingRanges) argument
[all...]

Completed in 109 milliseconds