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

References

tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  667       Depth = TTP->getDepth();
  675         std::tie(Depth, Index) = getDepthAndIndex(ND);
  702       if (Depth >= TemplateArgs.getNumLevels() ||
  703           !TemplateArgs.hasTemplateArgument(Depth, Index)) {
  709       NewPackSize = TemplateArgs(Depth, Index).pack_size();
  721         if (PartialDepth == Depth && PartialIndex == Index) {