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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp166 unsigned getNumPieces() const { return NumPieces; } function in class:__anon1980::RopePieceBTreeLeaf
169 assert(i < getNumPieces() && "Invalid piece ID");
199 for (unsigned i = 0, e = getNumPieces(); i != e; ++i)
282 unsigned i = 0, e = getNumPieces();
362 for (; i != getNumPieces(); ++i)
366 std::fill(&Pieces[getNumPieces()-NumDeleted], &Pieces[getNumPieces()],
684 while (CurNode && getCN(CurNode)->getNumPieces() == 0)
695 if (CurPiece != &getCN(CurNode)->getPiece(getCN(CurNode)->getNumPieces()-1)) {
704 while (CurNode && getCN(CurNode)->getNumPieces()
[all...]

Completed in 47 milliseconds