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

References

tools/clang/include/clang/Sema/Template.h
  118       return !(*this)(Depth, Index).isNull();
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
  852           Result = TemplateArgs(Depth, Index);
 1059       TemplateArgument Arg = TemplateArgs(TTP->getDepth(), TTP->getPosition());
 1100       TemplateArgument Arg = TemplateArgs(TTP->getDepth(), TTP->getIndex());
 1198       TemplateArgument Arg = TemplateArgs(TTP->getDepth(), TTP->getPosition());
 1258   TemplateArgument Arg = TemplateArgs(NTTP->getDepth(), NTTP->getPosition());
 1540     TemplateArgument Arg = TemplateArgs(T->getDepth(), T->getIndex());
tools/clang/lib/Sema/SemaTemplateVariadic.cpp
  709       NewPackSize = TemplateArgs(Depth, Index).pack_size();
  827     unsigned Size = TemplateArgs(Depth, Index).pack_size();