Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h330 unsigned NumArgsInPartiallySubstitutedPack; variable
379 newScope->NumArgsInPartiallySubstitutedPack = in cloneScopes()
380 NumArgsInPartiallySubstitutedPack; in cloneScopes()
449 NumArgsInPartiallySubstitutedPack = 0; in ResetPartiallySubstitutedPack()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3679 || NumArgsInPartiallySubstitutedPack == NumExplicitArgs) && in SetPartiallySubstitutedPack()
3683 NumArgsInPartiallySubstitutedPack = NumExplicitArgs; in SetPartiallySubstitutedPack()
3700 *NumExplicitArgs = Current->NumArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()