Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp320 unsigned IdxSource = IdxInt->getLimitedValue(UINT_MAX); in checkFunctionOrMethodParameterIndex() local
321 if (IdxSource < 1 || (!IV && IdxSource > NumParams)) { in checkFunctionOrMethodParameterIndex()
327 if (IdxSource == 1) { in checkFunctionOrMethodParameterIndex()
334 Idx = ParamIdx(IdxSource, D); in checkFunctionOrMethodParameterIndex()