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

/external/clang/include/clang/Edit/
H A DEditedSource.h78 void commitRemove(SourceLocation OrigLoc, FileOffset BeginOffs, unsigned Len);
H A DCommit.h131 void commitRemove(FileOffset offset, unsigned length);
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp159 void commitRemove(SourceRange range);
254 commitRemove(act.R1);
445 void TransformActionsImpl::commitRemove(SourceRange range) { function in class:TransformActionsImpl
455 commitRemove(E->getSourceRange());
458 commitRemove(S->getSourceRange());
/external/clang/lib/Edit/
H A DEditedSource.cpp141 void EditedSource::commitRemove(SourceLocation OrigLoc, function in class:EditedSource
235 commitRemove(edit.OrigLoc, edit.Offset, edit.Length);

Completed in 681 milliseconds