Home
last modified time | relevance | path

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

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