View source code
Display the source code in dmd/parse.d from which thispage was generated on github.
Report a bug
If you spot a problem with this page, click here to create aBugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page.Requires a signed-in GitHub account. This works well for small changes.If you'd like to make larger changes you may want to consider usinglocal clone.
Function dmd.parse.Parser.parseDeclarator
Parse Declarator
AST .Type parseDeclarator(
AST .Type t,
ref int palt,
Identifier* pident,
AST .TemplateParameters** tpl = null,
STC storageClass = STC .none,
bool* pdisable = null,
AST .Expressions** pudas = null
);
Parameters
Name | Description |
---|---|
t | base type to start with |
palt | OR in 1 for C-style function pointer declaration syntax, 2 for C-style array declaration syntax, otherwise don't modify |
pident | set to Identifier if there is one, null if not |
tpl | if !null, then set to TemplateParameterList |
storageClass | any storage classes seen so far |
pdisable | set to true if @disable seen |
pudas | any user defined attributes seen so far. Merged with any more found |
Returns
type declared
Reference
https://dlang.org/spec/declaration.html#Declarator
Authors
License
Copyright © 1999-2025 by the D Language Foundation | Page generated by ddox.