Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTemplate.h240 unsigned NumArgsInPartiallySubstitutedPack; variable
287 newScope->NumArgsInPartiallySubstitutedPack = in cloneScopes()
288 NumArgsInPartiallySubstitutedPack; in cloneScopes()
355 NumArgsInPartiallySubstitutedPack = 0; in ResetPartiallySubstitutedPack()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2734 || NumArgsInPartiallySubstitutedPack == NumExplicitArgs) && in SetPartiallySubstitutedPack()
2738 NumArgsInPartiallySubstitutedPack = NumExplicitArgs; in SetPartiallySubstitutedPack()
2755 *NumExplicitArgs = Current->NumArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()