Searched defs:DoInsertion (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Rewrite/
H A DDeltaTree.cpp102 /// DoInsertion - Do an insertion of the specified FileIndex/Delta pair into
106 bool DoInsertion(unsigned FileIndex, int Delta, InsertResult *InsertRes);
175 /// DoInsertion - Do an insertion of the specified FileIndex/Delta pair into
179 bool DeltaTreeNode::DoInsertion(unsigned FileIndex, int Delta, function in class:__anon1272::DeltaTreeNode::DeltaTreeNode
219 InsertRes->LHS->DoInsertion(FileIndex, Delta, nullptr /*can't fail*/);
221 InsertRes->RHS->DoInsertion(FileIndex, Delta, nullptr /*can't fail*/);
227 if (!IN->Children[i]->DoInsertion(FileIndex, Delta, InsertRes))
456 if (MyRoot->DoInsertion(FileIndex, Delta, &InsertRes)) {

Completed in 101 milliseconds