Searched refs:addRemove (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/ |
| H A D | Commit.cpp | 100 addRemove(range.getBegin(), Offs, Len); in remove() 128 addRemove(range.getBegin(), Offs, Len); in replace() 159 addRemove(range.getBegin(), in replaceWithInner() 161 addRemove(replacementRange.getEnd(), in replaceWithInner() 178 addRemove(loc, Offs, Len); in replaceText() 213 void Commit::addRemove(SourceLocation OrigLoc, in addRemove() function in Commit
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/ |
| H A D | Commit.h | 131 void addRemove(SourceLocation OrigLoc, FileOffset Offs, unsigned Len);
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 48937 static void pcacheManageDirtyList(PgHdr *pPage, u8 addRemove){ 48941 addRemove==1 ? "REMOVE" : addRemove==2 ? "ADD" : "FRONT", 48943 if( addRemove & PCACHE_DIRTYLIST_REMOVE ){ 48974 if( addRemove & PCACHE_DIRTYLIST_ADD ){
|