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

  /external/clang/lib/Edit/
EditedSource.cpp 53 bool EditedSource::commitInsert(SourceLocation OrigLoc,
140 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 34 milliseconds