Home
last modified time | relevance | path

Searched refs:addRemove (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Edit/
H A DCommit.cpp99 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 DCommit.h130 void addRemove(SourceLocation OrigLoc, FileOffset Offs, unsigned Len);