Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp325 unsigned IdxSource = IdxInt->getLimitedValue(UINT_MAX); in checkFunctionOrMethodParameterIndex() local
326 if (IdxSource < 1 || (!IV && IdxSource > NumParams)) { in checkFunctionOrMethodParameterIndex()
332 if (IdxSource == 1) { in checkFunctionOrMethodParameterIndex()
339 Idx = ParamIdx(IdxSource, D); in checkFunctionOrMethodParameterIndex()