Home | History | Annotate | Download | only in Sema

Lines Matching defs:ExplicitArgs

608     const TemplateArgument *ExplicitArgs;
612 &ExplicitArgs,
615 NewlyDeducedPacks[I].append(ExplicitArgs,
616 ExplicitArgs + NumExplicitArgs);
2844 const TemplateArgument *ExplicitArgs;
2847 CurrentInstantiationScope->getPartiallySubstitutedPack(&ExplicitArgs,
2850 Builder.push_back(TemplateArgument(ExplicitArgs, NumExplicitArgs));