Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp156 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 DEditedSource.cpp111 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 DEditedSource.h95 bool commitInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text,
H A DCommit.h140 void commitInsert(FileOffset offset, StringRef text,