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

Declarations

tools/clang/include/clang/AST/Decl.h
  777   void setTemplateParameterListsInfo(ASTContext &Context,

References

tools/clang/lib/AST/ASTImporter.cpp
 2879   ToD->setTemplateParameterListsInfo(Importer.ToContext, ToTPLists);
tools/clang/lib/Sema/SemaDecl.cpp
 6803       NewVD->setTemplateParameterListsInfo(
 8690           NewFD->setTemplateParameterListsInfo(Context,
 8698           NewFD->setTemplateParameterListsInfo(Context, TemplateParamLists);
 8727         NewFD->setTemplateParameterListsInfo(Context, TemplateParamLists);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 2226       Method->setTemplateParameterListsInfo(