Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Rewrite/
H A DDeltaTree.cpp458 DeltaTreeNode *MyRoot = getRoot(Root); in AddDelta() local
461 if (MyRoot->DoInsertion(FileIndex, Delta, &InsertRes)) { in AddDelta()
462 Root = MyRoot = new DeltaTreeInteriorNode(InsertRes); in AddDelta()
466 VerifyTree(MyRoot); in AddDelta()