Variable FunctionDeclaration.hasAuto

class FunctionDeclaration
{
  // ...
  bool hasAuto;
  // ...
}