Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExplicitArgs

2735                                           const TemplateArgument *ExplicitArgs,
2743 ArgsInPartiallySubstitutedPack = ExplicitArgs;
2748 const TemplateArgument **ExplicitArgs,
2750 if (ExplicitArgs)
2751 *ExplicitArgs = nullptr;
2758 if (ExplicitArgs)
2759 *ExplicitArgs = Current->ArgsInPartiallySubstitutedPack;