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.h425 unsigned NumArgsInPartiallySubstitutedPack; variable
474 newScope->NumArgsInPartiallySubstitutedPack = in cloneScopes()
475 NumArgsInPartiallySubstitutedPack; in cloneScopes()
544 NumArgsInPartiallySubstitutedPack = 0; in ResetPartiallySubstitutedPack()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp4465 || NumArgsInPartiallySubstitutedPack == NumExplicitArgs) && in SetPartiallySubstitutedPack()
4469 NumArgsInPartiallySubstitutedPack = NumExplicitArgs; in SetPartiallySubstitutedPack()
4486 *NumExplicitArgs = Current->NumArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()