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

References

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