Home | History | Annotate | Download | only in libclang

Lines Matching refs:SelIdx

900 CXCursor cxcursor::getSelectorIdentifierCursor(int SelIdx, CXCursor cursor) {
904 if (SelIdx == -1 ||
905 unsigned(SelIdx) >= cast<ObjCMessageExpr>(getCursorExpr(cursor))
909 newCursor.xdata = SelIdx;
912 if (SelIdx == -1 ||
913 unsigned(SelIdx) >= cast<ObjCMethodDecl>(getCursorDecl(cursor))
917 newCursor.xdata = SelIdx;