Searched refs:addRemove (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | Commit.cpp | 98 addRemove(range.getBegin(), Offs, Len); in remove() 126 addRemove(range.getBegin(), Offs, Len); in replace() 157 addRemove(range.getBegin(), in replaceWithInner() 159 addRemove(replacementRange.getEnd(), in replaceWithInner() 176 addRemove(loc, Offs, Len); in replaceText() 211 void Commit::addRemove(SourceLocation OrigLoc, in addRemove() function in Commit
|
| /freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
| H A D | Commit.h | 130 void addRemove(SourceLocation OrigLoc, FileOffset Offs, unsigned Len);
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 55364 static void pcacheManageDirtyList(PgHdr *pPage, u8 addRemove){ 55368 addRemove==1 ? "REMOVE" : addRemove==2 ? "ADD" : "FRONT", 55370 if( addRemove & PCACHE_DIRTYLIST_REMOVE ){ 55401 if( addRemove & PCACHE_DIRTYLIST_ADD ){
|