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

Declarations

tools/clang/include/clang/Edit/Commit.h
  125   void addInsert(SourceLocation OrigLoc,

References

tools/clang/lib/Edit/Commit.cpp
   60   addInsert(loc, Offs, text, beforePreviousInsertions);
  128   addInsert(range.getBegin(), Offs, text, false);
  178   addInsert(loc, Offs, text, false);