#include <ast.h>
Data Fields | |
struct ctrump_decl_specifier | spec |
int | num_decls |
struct ctrump_struct_declarator * | decls |
Definition at line 849 of file ast.h.
struct ctrump_decl_specifier ctrump_struct_decl_decl::spec [read] |
型指定子
Definition at line 851 of file ast.h.
Referenced by ctrump_env_handle_record_decls(), and print_struct_decl().
メンバ宣言子の数
Definition at line 852 of file ast.h.
Referenced by ctrump_env_handle_record_decls(), and print_struct_decl().
struct ctrump_struct_declarator* ctrump_struct_decl_decl::decls [read] |
メンバ宣言子 vec[num_decls]
Definition at line 853 of file ast.h.
Referenced by ctrump_env_handle_record_decls(), and print_struct_decl().