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

References

tools/clang/lib/Sema/SemaTemplateDeduction.cpp
  750     for (int Index = Used.find_first(); Index != -1;
  751          Index = Used.find_next(Index))
  751          Index = Used.find_next(Index))
  752       if (TemplateParams->getParam(Index)->isParameterPack())
  753         AddPack(Index);