Searched refs:IdxInt (Results 1 – 2 of 2) sorted by relevance
281 llvm::APSInt IdxInt; in checkFunctionOrMethodParameterIndex() local283 !IdxExpr->isIntegerConstantExpr(IdxInt, S.Context)) { in checkFunctionOrMethodParameterIndex()290 Idx = IdxInt.getLimitedValue(); in checkFunctionOrMethodParameterIndex()
339 Optional<llvm::APSInt> IdxInt; in checkFunctionOrMethodParameterIndex() local341 !(IdxInt = IdxExpr->getIntegerConstantExpr(S.Context))) { in checkFunctionOrMethodParameterIndex()348 unsigned IdxSource = IdxInt->getLimitedValue(UINT_MAX); in checkFunctionOrMethodParameterIndex()