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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp145 RopePieceBTreeLeaf **PrevLeaf = nullptr; member in class:__anon1980::RopePieceBTreeLeaf
152 if (PrevLeaf || NextLeaf)
176 assert(!PrevLeaf && !NextLeaf && "Already in ordering");
180 NextLeaf->PrevLeaf = &NextLeaf;
181 PrevLeaf = &Node->NextLeaf;
186 if (PrevLeaf) {
187 *PrevLeaf = NextLeaf;
189 NextLeaf->PrevLeaf = PrevLeaf;
191 NextLeaf->PrevLeaf
[all...]

Completed in 60 milliseconds