HomeSort by relevance Sort by last modified time
    Searched refs:commitInsert (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Edit/
EditedSource.h 73 bool commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text,
Commit.h 129 void commitInsert(FileOffset offset, StringRef text,
  /external/clang/lib/Edit/
EditedSource.cpp 53 bool EditedSource::commitInsert(SourceLocation OrigLoc,
138 return commitInsert(OrigLoc, Offs, StrVec.str(), beforePreviousInsertions);
227 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit.BeforePrev);
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 157 void commitInsert(SourceLocation loc, StringRef text);
248 commitInsert(act.Loc, act.Text1);
436 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) {
456 commitInsert(E->getSourceRange().getBegin(), getARCMTMacroName());
488 commitInsert(loc, replacementText);

Completed in 483 milliseconds