Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h430 unsigned NumArgsInPartiallySubstitutedPack; variable
481 newScope->NumArgsInPartiallySubstitutedPack = in cloneScopes()
482 NumArgsInPartiallySubstitutedPack; in cloneScopes()
557 NumArgsInPartiallySubstitutedPack = 0; in ResetPartiallySubstitutedPack()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp4708 || NumArgsInPartiallySubstitutedPack == NumExplicitArgs) && in SetPartiallySubstitutedPack()
4712 NumArgsInPartiallySubstitutedPack = NumExplicitArgs; in SetPartiallySubstitutedPack()
4729 *NumExplicitArgs = Current->NumArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()