Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/
DRewriteRope.cpp661 static const RopePieceBTreeLeaf *getCN(const void *P) { in getCN() function
678 while (CurNode && getCN(CurNode)->getNumPieces() == 0) in RopePieceBTreeIterator()
679 CurNode = getCN(CurNode)->getNextLeafInOrder(); in RopePieceBTreeIterator()
682 CurPiece = &getCN(CurNode)->getPiece(0); in RopePieceBTreeIterator()
689 if (CurPiece != &getCN(CurNode)->getPiece(getCN(CurNode)->getNumPieces()-1)) { in MoveToNextPiece()
697 CurNode = getCN(CurNode)->getNextLeafInOrder(); in MoveToNextPiece()
698 while (CurNode && getCN(CurNode)->getNumPieces() == 0); in MoveToNextPiece()
701 CurPiece = &getCN(CurNode)->getPiece(0); in MoveToNextPiece()