Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5116 unsigned IdxSource = IdxInt->getLimitedValue(UINT_MAX); variable
5117 if (IdxSource < 1 ||
5118 ((!IV || !CanIndexVariadicArguments) && IdxSource > NumParams)) {
5124 if (IdxSource == 1) {
5131 Idx = ParamIdx(IdxSource, D);