reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Tooling/Core/Replacement.cpp
  137   SourceLocation SpellingBegin = Sources.getSpellingLoc(Range.getBegin());
  138   SourceLocation SpellingEnd = Sources.getSpellingLoc(Range.getEnd());
  139   std::pair<FileID, unsigned> Start = Sources.getDecomposedLoc(SpellingBegin);
  140   std::pair<FileID, unsigned> End = Sources.getDecomposedLoc(SpellingEnd);
  143     End.second += Lexer::MeasureTokenLength(SpellingEnd, Sources, LangOpts);