Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp316 std::optional<llvm::APSInt> IdxInt; in checkFunctionOrMethodParameterIndex() local
318 !(IdxInt = IdxExpr->getIntegerConstantExpr(S.Context))) { in checkFunctionOrMethodParameterIndex()
325 unsigned IdxSource = IdxInt->getLimitedValue(UINT_MAX); in checkFunctionOrMethodParameterIndex()