OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:commitRemove
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Edit/
EditedSource.cpp
143
void EditedSource::
commitRemove
(SourceLocation OrigLoc,
237
commitRemove
(edit.OrigLoc, edit.Offset, edit.Length);
/external/clang/lib/ARCMigrate/
TransformActions.cpp
159
void
commitRemove
(SourceRange range);
254
commitRemove
(act.R1);
445
void TransformActionsImpl::
commitRemove
(SourceRange range) {
455
commitRemove
(E->getSourceRange());
458
commitRemove
(S->getSourceRange());
Completed in 375 milliseconds