Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTemplate.h505 unsigned NumExplicitArgs);
521 unsigned *NumExplicitArgs = nullptr) const;
H A DSema.h8260 unsigned NumExplicitArgs,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp4121 unsigned NumExplicitArgs) { in SetPartiallySubstitutedPack() argument
4125 || NumArgsInPartiallySubstitutedPack == NumExplicitArgs) && in SetPartiallySubstitutedPack()
4129 NumArgsInPartiallySubstitutedPack = NumExplicitArgs; in SetPartiallySubstitutedPack()
4134 unsigned *NumExplicitArgs) const { in getPartiallySubstitutedPack()
4137 if (NumExplicitArgs) in getPartiallySubstitutedPack()
4138 *NumExplicitArgs = 0; in getPartiallySubstitutedPack()
4145 if (NumExplicitArgs) in getPartiallySubstitutedPack()
4146 *NumExplicitArgs = Current->NumArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()