Searched refs:MyRoot (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Rewrite/Core/
H A DDeltaTree.cpp453 DeltaTreeNode *MyRoot = getRoot(Root); local
456 if (MyRoot->DoInsertion(FileIndex, Delta, &InsertRes)) {
457 Root = MyRoot = new DeltaTreeInteriorNode(InsertRes);
461 VerifyTree(MyRoot);

Completed in 69 milliseconds