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

References

tools/clang/lib/Edit/EditedSource.cpp
  386   assert(offs.getFID().isValid());
  387   SourceLocation Loc = SM.getLocForStartOfFile(offs.getFID());
  388   Loc = Loc.getLocWithOffset(offs.getOffset());
  392     adjustRemoval(SM, LangOpts, Loc, offs, len, text);