Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTemplate.h238 unsigned NumArgsInPartiallySubstitutedPack; variable
290 newScope->NumArgsInPartiallySubstitutedPack = in cloneScopes()
291 NumArgsInPartiallySubstitutedPack; in cloneScopes()
360 NumArgsInPartiallySubstitutedPack = 0; in ResetPartiallySubstitutedPack()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2863 || NumArgsInPartiallySubstitutedPack == NumExplicitArgs) && in SetPartiallySubstitutedPack()
2867 NumArgsInPartiallySubstitutedPack = NumExplicitArgs; in SetPartiallySubstitutedPack()
2884 *NumExplicitArgs = Current->NumArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()