Home | History | Annotate | Download | only in libclang

Lines Matching full:pieceindex

3162                                                 unsigned pieceIndex,
3172 if (pieceIndex > 0)
3183 if (pieceIndex >= ME->getNumSelectorLocs())
3185 return cxloc::translateSourceRange(Ctx, ME->getSelectorLoc(pieceIndex));
3193 if (pieceIndex >= MD->getNumSelectorLocs())
3195 return cxloc::translateSourceRange(Ctx, MD->getSelectorLoc(pieceIndex));
3201 if (pieceIndex > 0)
3222 if (pieceIndex > 0)
4525 unsigned PieceIndex) {
4560 if (PieceIndex == 0)
4562 } else if (PieceIndex < Pieces.size()) {
4563 SourceRange R = Pieces[PieceIndex];