Searched refs:AttrArgNo (Results 1 – 1 of 1) sorted by relevance
544 unsigned AttrArgNo) { in checkParamIsIntegerType() argument545 assert(AI.isArgExpr(AttrArgNo) && "Expected expression argument"); in checkParamIsIntegerType()546 Expr *AttrArg = AI.getArgAsExpr(AttrArgNo); in checkParamIsIntegerType()548 if (!S.checkFunctionOrMethodParameterIndex(D, AI, AttrArgNo + 1, AttrArg, in checkParamIsIntegerType()