Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/
DRewriteRope.cpp663 static const RopePieceBTreeLeaf *getCN(const void *P) { in getCN() function
680 while (CurNode && getCN(CurNode)->getNumPieces() == 0) in RopePieceBTreeIterator()
681 CurNode = getCN(CurNode)->getNextLeafInOrder(); in RopePieceBTreeIterator()
684 CurPiece = &getCN(CurNode)->getPiece(0); in RopePieceBTreeIterator()
691 if (CurPiece != &getCN(CurNode)->getPiece(getCN(CurNode)->getNumPieces()-1)) { in MoveToNextPiece()
699 CurNode = getCN(CurNode)->getNextLeafInOrder(); in MoveToNextPiece()
700 while (CurNode && getCN(CurNode)->getNumPieces() == 0); in MoveToNextPiece()
703 CurPiece = &getCN(CurNode)->getPiece(0); in MoveToNextPiece()