Home
last modified time | relevance | path

Searched refs:SelIdx (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/libclang/
DCXCursor.cpp900 CXCursor cxcursor::getSelectorIdentifierCursor(int SelIdx, CXCursor cursor) { in getSelectorIdentifierCursor() argument
904 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()
DCXCursor.h274 CXCursor getSelectorIdentifierCursor(int SelIdx, CXCursor cursor);
/external/llvm/lib/Target/R600/
DR600ISelLowering.cpp2229 int SelIdx = TII->getSelIdx(Opcode, OperandIdx[i]); in PostISelFolding() local
2231 SelIdx--; in PostISelFolding()
2232 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding()
2284 int SelIdx = TII->getSelIdx(Opcode, OperandIdx[i]); in PostISelFolding() local
2287 SelIdx--; in PostISelFolding()
2290 SDValue &Sel = (SelIdx > -1) ? Ops[SelIdx] : FakeOp; in PostISelFolding()