Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DTemplate.h288 unsigned NumArgsInPartiallySubstitutedPack; variable
337 newScope->NumArgsInPartiallySubstitutedPack = in cloneScopes()
338 NumArgsInPartiallySubstitutedPack; in cloneScopes()
407 NumArgsInPartiallySubstitutedPack = 0; in ResetPartiallySubstitutedPack()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2997 || NumArgsInPartiallySubstitutedPack == NumExplicitArgs) && in SetPartiallySubstitutedPack()
3001 NumArgsInPartiallySubstitutedPack = NumExplicitArgs; in SetPartiallySubstitutedPack()
3018 *NumExplicitArgs = Current->NumArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()