Home | History | Annotate | Download | only in Sema

Lines Matching refs:ExplicitArgs

2851                                           const TemplateArgument *ExplicitArgs,
2859 ArgsInPartiallySubstitutedPack = ExplicitArgs;
2864 const TemplateArgument **ExplicitArgs,
2866 if (ExplicitArgs)
2867 *ExplicitArgs = nullptr;
2874 if (ExplicitArgs)
2875 *ExplicitArgs = Current->ArgsInPartiallySubstitutedPack;