HomeSort by relevance Sort by last modified time
    Searched refs:SelIdx (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
CXCursor.cpp 1006 CXCursor cxcursor::getSelectorIdentifierCursor(int SelIdx, CXCursor cursor) {
1010 if (SelIdx == -1 ||
1011 unsigned(SelIdx) >= cast<ObjCMessageExpr>(getCursorExpr(cursor))
1015 newCursor.xdata = SelIdx;
1018 if (SelIdx == -1 ||
1019 unsigned(SelIdx) >= cast<ObjCMethodDecl>(getCursorDecl(cursor))
1023 newCursor.xdata = SelIdx;
    [all...]
CXCursor.h 271 CXCursor getSelectorIdentifierCursor(int SelIdx, CXCursor cursor);
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]

Completed in 67 milliseconds