Home
last modified time | relevance | path

Searched refs:commitInsert (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransformActions.cpp157 void commitInsert(SourceLocation loc, StringRef text);
248 commitInsert(act.Loc, act.Text1); in commitTransaction()
436 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) { in commitInsert() function in TransformActionsImpl
456 commitInsert(E->getSourceRange().getBegin(), getARCMTMacroName()); in commitRemoveStmt()
488 commitInsert(loc, replacementText); in commitReplaceText()
/external/clang/lib/Edit/
DEditedSource.cpp95 bool EditedSource::commitInsert(SourceLocation OrigLoc, in commitInsert() function in EditedSource
180 return commitInsert(OrigLoc, Offs, StrVec, beforePreviousInsertions); in commitInsertFromRange()
279 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit.BeforePrev); in commit()
/external/clang/include/clang/Edit/
DEditedSource.h75 bool commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text,
DCommit.h129 void commitInsert(FileOffset offset, StringRef text,