Searched refs:commitInsert (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransformActions.cpp | 156 void commitInsert(SourceLocation loc, StringRef text); 247 commitInsert(act.Loc, act.Text1); in commitTransaction() 437 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) { in commitInsert() function in TransformActionsImpl 457 commitInsert(E->getSourceRange().getBegin(), getARCMTMacroName()); in commitRemoveStmt() 489 commitInsert(loc, replacementText); in commitReplaceText()
|
/freebsd-src/contrib/llvm-project/clang/lib/Edit/ |
H A D | EditedSource.cpp | 111 bool EditedSource::commitInsert(SourceLocation OrigLoc, in commitInsert() function in EditedSource 196 return commitInsert(OrigLoc, Offs, StrVec, beforePreviousInsertions); in commitInsertFromRange() 297 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit.BeforePrev); in commit()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Edit/ |
H A D | EditedSource.h | 95 bool commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text,
|
H A D | Commit.h | 140 void commitInsert(FileOffset offset, StringRef text,
|