Searched refs:SelIdx (Results 1 – 3 of 3) sorted by relevance
900 CXCursor cxcursor::getSelectorIdentifierCursor(int SelIdx, CXCursor cursor) { in getSelectorIdentifierCursor() argument904 if (SelIdx == -1 || in getSelectorIdentifierCursor()905 unsigned(SelIdx) >= cast<ObjCMessageExpr>(getCursorExpr(cursor)) in getSelectorIdentifierCursor()909 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor()912 if (SelIdx == -1 || in getSelectorIdentifierCursor()913 unsigned(SelIdx) >= cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierCursor()917 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor()
274 CXCursor getSelectorIdentifierCursor(int SelIdx, CXCursor cursor);
2229 int SelIdx = TII->getSelIdx(Opcode, OperandIdx[i]); in PostISelFolding() local2231 SelIdx--; in PostISelFolding()2232 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding()2284 int SelIdx = TII->getSelIdx(Opcode, OperandIdx[i]); in PostISelFolding() local2287 SelIdx--; in PostISelFolding()2290 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding()