Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransformActions.cpp159 void commitRemove(SourceRange range);
254 commitRemove(act.R1); in commitTransaction()
445 void TransformActionsImpl::commitRemove(SourceRange range) { in commitRemove() function in TransformActionsImpl
455 commitRemove(E->getSourceRange()); in commitRemoveStmt()
458 commitRemove(S->getSourceRange()); in commitRemoveStmt()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/
H A DEditedSource.h101 void commitRemove(SourceLocation OrigLoc, FileOffset BeginOffs, unsigned Len);
H A DCommit.h143 void commitRemove(FileOffset offset, unsigned length);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DEditedSource.cpp200 void EditedSource::commitRemove(SourceLocation OrigLoc, in commitRemove() function in EditedSource
306 commitRemove(edit.OrigLoc, edit.Offset, edit.Length); in commit()