Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTemplate.h364 unsigned NumArgsInPartiallySubstitutedPack; variable
413 newScope->NumArgsInPartiallySubstitutedPack = in cloneScopes()
414 NumArgsInPartiallySubstitutedPack; in cloneScopes()
483 NumArgsInPartiallySubstitutedPack = 0; in ResetPartiallySubstitutedPack()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3725 || NumArgsInPartiallySubstitutedPack == NumExplicitArgs) && in SetPartiallySubstitutedPack()
3729 NumArgsInPartiallySubstitutedPack = NumExplicitArgs; in SetPartiallySubstitutedPack()
3746 *NumExplicitArgs = Current->NumArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()