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); 182 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, in DoInsertion() function in DeltaTreeNode 222 InsertRes->LHS->DoInsertion(FileIndex, Delta, 0 /*can't fail*/); in DoInsertion() 224 InsertRes->RHS->DoInsertion(FileIndex, Delta, 0 /*can't fail*/); in DoInsertion() 230 if (!IN->Children[i]->DoInsertion(FileIndex, Delta, InsertRes)) in DoInsertion() 459 if (MyRoot->DoInsertion(FileIndex, Delta, &InsertRes)) { in AddDelta()
|