Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp457 DeltaTreeNode *MyRoot = getRoot(Root); in AddDelta() local
460 if (MyRoot->DoInsertion(FileIndex, Delta, &InsertRes)) { in AddDelta()
463 MyRoot = Root; in AddDelta()
468 VerifyTree(MyRoot); in AddDelta()