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

References

tools/clang/lib/Sema/SemaTemplateDeduction.cpp
  191       if (NTTP->getDepth() == Info.getDeducedDepth())
  379   assert(NTTP->getDepth() == Info.getDeducedDepth() &&
  495     if (TempParam->getDepth() != Info.getDeducedDepth())
  736       if (Depth == Info.getDeducedDepth())
  749                                Info.getDeducedDepth(), Used);
  779             std::make_pair(Info.getDeducedDepth(), Packs[I].Index)) {
  799             std::make_pair(Info.getDeducedDepth(), Pack.Index)) {
 1335         Info.getDeducedDepth() != TemplateTypeParm->getDepth())
 1368     assert(TemplateTypeParm->getDepth() == Info.getDeducedDepth() &&
 1639       assert(NTTP->getDepth() == Info.getDeducedDepth() &&
 1704         assert(NTTP->getDepth() == Info.getDeducedDepth() &&