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

References

tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 1058     if (ParamIdx + 1 == NumParams || PackScope.hasFixedArity()) {
 1059       for (; ArgIdx < NumArgs && PackScope.hasNextElement(); ++ArgIdx) {
 1067         PackScope.nextPackElement();
 1088       if (NumExpansions && !PackScope.isPartiallyExpanded()) {
 1091           PackScope.nextPackElement();
 1097     if (auto Result = PackScope.finish())