Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTemplate.h394 unsigned NumArgsInPartiallySubstitutedPack; variable
443 newScope->NumArgsInPartiallySubstitutedPack = in cloneScopes()
444 NumArgsInPartiallySubstitutedPack; in cloneScopes()
513 NumArgsInPartiallySubstitutedPack = 0; in ResetPartiallySubstitutedPack()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp4125 || NumArgsInPartiallySubstitutedPack == NumExplicitArgs) && in SetPartiallySubstitutedPack()
4129 NumArgsInPartiallySubstitutedPack = NumExplicitArgs; in SetPartiallySubstitutedPack()
4146 *NumExplicitArgs = Current->NumArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()