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.h4721 unsigned IdxSource = IdxInt->getLimitedValue(UINT_MAX); variable
4722 if (IdxSource < 1 || (!IV && IdxSource > NumParams)) {
4728 if (IdxSource == 1) {
4735 Idx = ParamIdx(IdxSource, D);