Home
last modified time | relevance | path

Searched refs:IdxInt (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclAttr.cpp281 llvm::APSInt IdxInt; in checkFunctionOrMethodParameterIndex() local
283 !IdxExpr->isIntegerConstantExpr(IdxInt, S.Context)) { in checkFunctionOrMethodParameterIndex()
290 Idx = IdxInt.getLimitedValue(); in checkFunctionOrMethodParameterIndex()
/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp339 Optional<llvm::APSInt> IdxInt; in checkFunctionOrMethodParameterIndex() local
341 !(IdxInt = IdxExpr->getIntegerConstantExpr(S.Context))) { in checkFunctionOrMethodParameterIndex()
348 unsigned IdxSource = IdxInt->getLimitedValue(UINT_MAX); in checkFunctionOrMethodParameterIndex()