Home | History | Annotate | Download | only in Sema

Lines Matching defs:ExplicitArgs

647         const TemplateArgument *ExplicitArgs;
651 &ExplicitArgs, &NumExplicitArgs);
654 Pack.New.append(ExplicitArgs, ExplicitArgs + NumExplicitArgs);
2881 const TemplateArgument *ExplicitArgs;
2884 CurrentInstantiationScope->getPartiallySubstitutedPack(&ExplicitArgs,
2887 Builder.push_back(TemplateArgument(ExplicitArgs, NumExplicitArgs));