Parser.parseAutoDeclarations

Parse auto declarations of the form: storageClass ident = init, ident = init, ... ; and return the array of them. Starts with token on the first ident. Ends with scanner past closing ';'

class Parser
Dsymbols*
parseAutoDeclarations
(
StorageClass storageClass
,
const(char)* comment
)

Meta