Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransformActions.cpp158 void commitRemove(SourceRange range);
253 commitRemove(act.R1); in commitTransaction()
446 void TransformActionsImpl::commitRemove(SourceRange range) { in commitRemove() function in TransformActionsImpl
456 commitRemove(E->getSourceRange()); in commitRemoveStmt()
459 commitRemove(S->getSourceRange()); in commitRemoveStmt()
/openbsd-src/gnu/llvm/clang/include/clang/Edit/
H A DEditedSource.h100 void commitRemove(SourceLocation OrigLoc, FileOffset BeginOffs, unsigned Len);
H A DCommit.h142 void commitRemove(FileOffset offset, unsigned length);
/openbsd-src/gnu/llvm/clang/lib/Edit/
H A DEditedSource.cpp199 void EditedSource::commitRemove(SourceLocation OrigLoc, in commitRemove() function in EditedSource
305 commitRemove(edit.OrigLoc, edit.Offset, edit.Length); in commit()