Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Edit/
H A DCommit.h130 void addRemove(SourceLocation OrigLoc, FileOffset Offs, unsigned Len);
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c54413 static void pcacheManageDirtyList(PgHdr *pPage, u8 addRemove){
54417 addRemove==1 ? "REMOVE" : addRemove==2 ? "ADD" : "FRONT",
54419 if( addRemove & PCACHE_DIRTYLIST_REMOVE ){
54450 if( addRemove & PCACHE_DIRTYLIST_ADD ){