Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExplicitArgs

621         const TemplateArgument *ExplicitArgs;
625 &ExplicitArgs, &NumExplicitArgs);
628 Pack.New.append(ExplicitArgs, ExplicitArgs + NumExplicitArgs);
2847 const TemplateArgument *ExplicitArgs;
2850 CurrentInstantiationScope->getPartiallySubstitutedPack(&ExplicitArgs,
2853 Builder.push_back(TemplateArgument(ExplicitArgs, NumExplicitArgs));