Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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);
/freebsd/contrib/llvm-project/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()