Variable FunctionDeclaration.templateParameters

class FunctionDeclaration
{
  // ...
  TemplateParameters templateParameters;
  // ...
}