Searched refs:addRemove (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Edit/ |
H A D | Commit.cpp | 99 addRemove(range.getBegin(), Offs, Len); in remove() 127 addRemove(range.getBegin(), Offs, Len); in replace() 158 addRemove(range.getBegin(), in replaceWithInner() 160 addRemove(replacementRange.getEnd(), in replaceWithInner() 177 addRemove(loc, Offs, Len); in replaceText() 212 void Commit::addRemove(SourceLocation OrigLoc, in addRemove() function in Commit
|
/openbsd/gnu/llvm/clang/include/clang/Edit/ |
H A D | Commit.h | 130 void addRemove(SourceLocation OrigLoc, FileOffset Offs, unsigned Len);
|