Home
last modified time | relevance | path

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

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