OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commitRemove
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Edit/
EditedSource.h
78
void
commitRemove
(SourceLocation OrigLoc, FileOffset BeginOffs, unsigned Len);
Commit.h
131
void
commitRemove
(FileOffset offset, unsigned 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());
/external/clang/lib/Edit/
EditedSource.cpp
143
void EditedSource::
commitRemove
(SourceLocation OrigLoc,
237
commitRemove
(edit.OrigLoc, edit.Offset, edit.Length);
Completed in 210 milliseconds