Lines Matching refs:SelIdx
1006 CXCursor cxcursor::getSelectorIdentifierCursor(int SelIdx, CXCursor cursor) {
1010 if (SelIdx == -1 ||
1011 unsigned(SelIdx) >= cast<ObjCMessageExpr>(getCursorExpr(cursor))
1015 newCursor.xdata = SelIdx;
1018 if (SelIdx == -1 ||
1019 unsigned(SelIdx) >= cast<ObjCMethodDecl>(getCursorDecl(cursor))
1023 newCursor.xdata = SelIdx;