Elsa Ast Type D func
From MozillaWiki
D_func is a Ast subtype node belonging to IDeclarator. D_func is a record.
Record Data Fields
- function_decl_loc : sourceLoc
- function_decl_base : IDeclarator
- function_decl_params : ASTTypeId list
- function_decl_cv : cVFlags
- function_decl_exn : ExceptionSpec option
- kAndR_params : PQName (* = PQ_name *) list
- isMember : bool
Comments
Please make your modifications only below, because the content above will be regenerated automatically from time to time.