Variable FunctionCallExpression.templateArguments

class FunctionCallExpression
{
  // ...
  TemplateArguments templateArguments;
  // ...
}