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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp59 /// RopePieceBTreeLeaf - Directly manages up to '2*WidthFactor' RopePiece
71 /// RopePieceBTreeNode - Common base class of RopePieceBTreeLeaf and
90 /// IsLeaf - True if this is an instance of RopePieceBTreeLeaf, false if it
125 // RopePieceBTreeLeaf Class
128 /// RopePieceBTreeLeaf - Directly manages up to '2*WidthFactor' RopePiece
135 class RopePieceBTreeLeaf : public RopePieceBTreeNode { class in namespace:__anon1980
145 RopePieceBTreeLeaf **PrevLeaf = nullptr;
146 RopePieceBTreeLeaf *NextLeaf = nullptr;
149 RopePieceBTreeLeaf() : RopePieceBTreeNode(true) {} function in class:__anon1980::RopePieceBTreeLeaf
151 ~RopePieceBTreeLeaf() {
[all...]

Completed in 56 milliseconds