HomeSort by: relevance | last modified time | path
    Searched defs:commitInsert (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Edit/
EditedSource.cpp 111 bool EditedSource::commitInsert(SourceLocation OrigLoc,
196 return commitInsert(OrigLoc, Offs, StrVec, beforePreviousInsertions);
297 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit.BeforePrev);
  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransformActions.cpp 156 void commitInsert(SourceLocation loc, StringRef text);
247 commitInsert(act.Loc, act.Text1);
437 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) {
457 commitInsert(E->getSourceRange().getBegin(), getARCMTMacroName());
489 commitInsert(loc, replacementText);

Completed in 43 milliseconds