Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp345 unsigned IdxSource = IdxInt.getLimitedValue(UINT_MAX); in checkFunctionOrMethodParameterIndex() local
346 if (IdxSource < 1 || (!IV && IdxSource > NumParams)) { in checkFunctionOrMethodParameterIndex()
352 if (IdxSource == 1) { in checkFunctionOrMethodParameterIndex()
359 Idx = ParamIdx(IdxSource, D); in checkFunctionOrMethodParameterIndex()