Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp109 bool DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes);
184 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion() function in DeltaTreeNode
224 InsertRes->LHS->DoInsertion(FileIndex, Delta, nullptr /*can't fail*/); in DoInsertion()
226 InsertRes->RHS->DoInsertion(FileIndex, Delta, nullptr /*can't fail*/); in DoInsertion()
232 if (!IN->Children[i]->DoInsertion(FileIndex, Delta, InsertRes)) in DoInsertion()
460 if (MyRoot->DoInsertion(FileIndex, Delta, &InsertRes)) { in AddDelta()