Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
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()
/external/clang/include/clang/Edit/
DEditedSource.h80 void commitRemove(SourceLocation OrigLoc, FileOffset BeginOffs, unsigned Len);
DCommit.h131 void commitRemove(FileOffset offset, unsigned length);
/external/clang/lib/Edit/
DEditedSource.cpp183 void EditedSource::commitRemove(SourceLocation OrigLoc, in commitRemove() function in EditedSource
287 commitRemove(edit.OrigLoc, edit.Offset, edit.Length); in commit()