Searched refs:commitInsert (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/ARCMigrate/ |
D | TransformActions.cpp | 157 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/ |
D | EditedSource.cpp | 95 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/ |
D | EditedSource.h | 75 bool commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text,
|
D | Commit.h | 129 void commitInsert(FileOffset offset, StringRef text,
|