Searched refs:SelIdx (Results 1 – 3 of 3) sorted by relevance
978 CXCursor cxcursor::getSelectorIdentifierCursor(int SelIdx, CXCursor cursor) { in getSelectorIdentifierCursor() argument982 if (SelIdx == -1 || in getSelectorIdentifierCursor()983 unsigned(SelIdx) >= cast<ObjCMessageExpr>(getCursorExpr(cursor)) in getSelectorIdentifierCursor()987 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor()990 if (SelIdx == -1 || in getSelectorIdentifierCursor()991 unsigned(SelIdx) >= cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierCursor()995 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor()
271 CXCursor getSelectorIdentifierCursor(int SelIdx, CXCursor cursor);
2231 int SelIdx = TII->getSelIdx(Opcode, OperandIdx[i]); in PostISelFolding() local2233 SelIdx--; in PostISelFolding()2234 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()