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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp133 /// NextLeaf field. This allows the B+Tree forward iterator to be constant
143 /// NextLeaf - This is a pointer to the next leaf in the tree, allowing
146 RopePieceBTreeLeaf *NextLeaf = nullptr; member in class:__anon1980::RopePieceBTreeLeaf
152 if (PrevLeaf || NextLeaf)
173 const RopePieceBTreeLeaf *getNextLeafInOrder() const { return NextLeaf; }
176 assert(!PrevLeaf && !NextLeaf && "Already in ordering");
178 NextLeaf = Node->NextLeaf;
179 if (NextLeaf)
180 NextLeaf
[all...]

Completed in 44 milliseconds