Home | History | Annotate | Download | only in Sema

Lines Matching defs:ArgIdx

2951   uint64_t ArgIdx;
2953 Attr.getLoc(), 1, IdxExpr, ArgIdx))
2957 QualType Ty = getFunctionOrMethodArgType(D, ArgIdx);
2982 // We cannot use the ArgIdx returned from checkFunctionOrMethodArgumentIndex
3158 unsigned ArgIdx = Idx.getZExtValue() - 1;
3161 if (ArgIdx == 0) {
3167 ArgIdx--;
3171 QualType Ty = getFunctionOrMethodArgType(D, ArgIdx);