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

References

tools/clang/include/clang/AST/Type.h
 5009     Profile(ID, Template, template_arguments(), Ctx);
tools/clang/lib/AST/NestedNameSpecifier.cpp
  337       printTemplateArgumentList(OS, SpecType->template_arguments(),
tools/clang/lib/AST/ODRHash.cpp
 1006     for (const auto &TA : T->template_arguments()) {
tools/clang/lib/AST/TypePrinter.cpp
 1211       Args = TST->template_arguments();
 1291   printTemplateArgumentList(OS, T->template_arguments(), Policy);
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1125   printTemplateArgumentList(OS, Ty->template_arguments(), getPrintingPolicy());
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
  570                                    Param->template_arguments(),
  571                                    SpecArg->template_arguments(), Info, Deduced,
  603   return DeduceTemplateArguments(S, TemplateParams, Param->template_arguments(),
 5093                                TST1->template_arguments()),
 5503         hasPackExpansionBeforeEnd(Spec->template_arguments()))
tools/clang/tools/libclang/CXType.cpp
  180     return Specialization->template_arguments();