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

References

tools/clang/lib/Edit/Commit.cpp
   25   SourceLocation Loc = SM.getLocForStartOfFile(Offset.getFID());
   37   SourceLocation Loc = SM.getLocForStartOfFile(InsertFromRangeOffs.getFID());
  150   if (OuterBegin.getFID() != InnerBegin.getFID() ||
  150   if (OuterBegin.getFID() != InnerBegin.getFID() ||
  286       if (act.Offset.getFID() == Offs.getFID() &&
  286       if (act.Offset.getFID() == Offs.getFID() &&
  332   StringRef file = SourceMgr.getBufferData(Offs.getFID(), &invalidTemp);
tools/clang/lib/Edit/EditedSource.cpp
  346   StringRef buffer = SM.getBufferData(offs.getFID(), &Invalid);
  386   assert(offs.getFID().isValid());
  387   SourceLocation Loc = SM.getLocForStartOfFile(offs.getFID());
  456   assert(BeginOffs.getFID() == EndOffs.getFID());
  456   assert(BeginOffs.getFID() == EndOffs.getFID());
  458   SourceLocation BLoc = SourceMgr.getLocForStartOfFile(BeginOffs.getFID());