reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 2292   for (; hasTemplateArgumentForDeduction(Params, ParamIdx); ++ParamIdx) {
 2292   for (; hasTemplateArgumentForDeduction(Params, ParamIdx); ++ParamIdx) {
 2293     if (!Params[ParamIdx].isPackExpansion()) {
 2311                                       Params[ParamIdx], Args[ArgIdx],
 2327     TemplateArgument Pattern = Params[ParamIdx].getPackExpansionPattern();