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 52 bool EditedSource::commitInsert(SourceLocation OrigLoc,
136 return commitInsert(OrigLoc, Offs, StrVec.str(), beforePreviousInsertions);
223 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit.BeforePrev);
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 156 void commitInsert(SourceLocation loc, StringRef text);
247 commitInsert(act.Loc, act.Text1);
435 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) {
455 commitInsert(E->getSourceRange().getBegin(), getARCMTMacroName());
487 commitInsert(loc, replacementText);

Completed in 34 milliseconds