Searched refs:DoInsertion (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Rewrite/ |
D | DeltaTree.cpp | 106 bool DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes); 179 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion() function in DeltaTreeNode 219 InsertRes->LHS->DoInsertion(FileIndex, Delta, nullptr /*can't fail*/); in DoInsertion() 221 InsertRes->RHS->DoInsertion(FileIndex, Delta, nullptr /*can't fail*/); in DoInsertion() 227 if (!IN->Children[i]->DoInsertion(FileIndex, Delta, InsertRes)) in DoInsertion() 456 if (MyRoot->DoInsertion(FileIndex, Delta, &InsertRes)) { in AddDelta()
|