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

References

tools/clang/tools/clang-refactor/ClangRefactor.cpp
  119     auto FE = SM.getFileManager().getFile(Range.FileName);
  120     FileID FID = FE ? SM.translateFile(*FE) : FileID();
  127     SourceLocation Start = SM.getMacroArgExpandedLocation(
  128         SM.translateLineCol(FID, Range.Begin.first, Range.Begin.second));
  129     SourceLocation End = SM.getMacroArgExpandedLocation(
  130         SM.translateLineCol(FID, Range.End.first, Range.End.second));