Home
last modified time | relevance | path

Searched refs:NumExplicitArgs (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h441 unsigned NumExplicitArgs);
457 unsigned *NumExplicitArgs = nullptr) const;
H A DSema.h7638 unsigned NumExplicitArgs,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3675 unsigned NumExplicitArgs) { in SetPartiallySubstitutedPack() argument
3679 || NumArgsInPartiallySubstitutedPack == NumExplicitArgs) && in SetPartiallySubstitutedPack()
3683 NumArgsInPartiallySubstitutedPack = NumExplicitArgs; in SetPartiallySubstitutedPack()
3688 unsigned *NumExplicitArgs) const { in getPartiallySubstitutedPack()
3691 if (NumExplicitArgs) in getPartiallySubstitutedPack()
3692 *NumExplicitArgs = 0; in getPartiallySubstitutedPack()
3699 if (NumExplicitArgs) in getPartiallySubstitutedPack()
3700 *NumExplicitArgs = Current->NumArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()