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

References

tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 3920     if (ParamIdx + 1 == NumParamTypes || PackScope.hasFixedArity()) {
 3921       for (; ArgIdx < Args.size() && PackScope.hasNextElement();
 3922            PackScope.nextPackElement(), ++ArgIdx) {
 3932       if (NumExpansions && !PackScope.isPartiallyExpanded()) {
 3938           PackScope.nextPackElement();
 3945     if (auto Result = PackScope.finish())