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

References

tools/clang/lib/Edit/Commit.cpp
  188   data.Kind = Act_Insert;
  189   data.OrigLoc = OrigLoc;
  190   data.Offset = Offs;
  191   data.Text = text.copy(StrAlloc);
  192   data.BeforePrev = beforePreviousInsertions;
  193   CachedEdits.push_back(data);