Searched defs:commitInsert (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Edit/
H A DEditedSource.cpp53 bool EditedSource::commitInsert(SourceLocation OrigLoc, function in class:EditedSource
138 return commitInsert(OrigLoc, Offs, StrVec.str(), beforePreviousInsertions);
227 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit.BeforePrev);
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp157 void commitInsert(SourceLocation loc, StringRef text);
248 commitInsert(act.Loc, act.Text1);
436 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) { function in class:TransformActionsImpl
456 commitInsert(E->getSourceRange().getBegin(), getARCMTMacroName());
488 commitInsert(loc, replacementText);

Completed in 150 milliseconds