Formatter.needIndent - multiple declarations

Function Formatter.needIndent

bool needIndent (
  const Declaration d
);

Function Formatter.needIndent

bool needIndent (
  const DeclarationOrStatement dors
);

Function Formatter.needIndent

bool needIndent (
  const Statement s
);