Searched refs:SelIdx (Results 1 – 3 of 3) sorted by relevance
1006 CXCursor cxcursor::getSelectorIdentifierCursor(int SelIdx, CXCursor cursor) { in getSelectorIdentifierCursor() argument1010 if (SelIdx == -1 || in getSelectorIdentifierCursor()1011 unsigned(SelIdx) >= cast<ObjCMessageExpr>(getCursorExpr(cursor)) in getSelectorIdentifierCursor()1015 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor()1018 if (SelIdx == -1 || in getSelectorIdentifierCursor()1019 unsigned(SelIdx) >= cast<ObjCMethodDecl>(getCursorDecl(cursor)) in getSelectorIdentifierCursor()1023 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor()
271 CXCursor getSelectorIdentifierCursor(int SelIdx, CXCursor cursor);
2351 int SelIdx = TII->getSelIdx(Opcode, OperandIdx[i]); in PostISelFolding() local2353 SelIdx--; in PostISelFolding()2354 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding()2404 int SelIdx = TII->getSelIdx(Opcode, OperandIdx[i]); in PostISelFolding() local2407 SelIdx--; in PostISelFolding()2410 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding()