Elsa Ast Type Declaration
From MozillaWiki
Declaration is a Ast type node (without any subtype nodes). Declaration is a record.
Record Data Fields
- declaration_dflags : declFlags
- declaration_spec : TypeSpecifier
- decllist : Declarator list
Subtype Nodes (Subclasses)
Declaration has no subtype nodes.
Comments
Please make your modifications only below, because the content above will be regenerated automatically from time to time.
To find real extern declarations (that is extern decls that do
not define a variable) check for the extern flag *and* that
declarator_init field in the declarator is empty.