#include <ast.h>
Data Fields | |
struct ctrump_location | lbr_loc |
struct ctrump_location | rbr_loc |
int | num_decl |
int | num_field |
struct ctrump_gccext_attribute | attr |
struct ctrump_struct_decl * | decls |
struct ctrump_texpr * | record_type |
Definition at line 176 of file ast.h.
struct ctrump_location ctrump_record_definition::lbr_loc [read] |
struct ctrump_location ctrump_record_definition::rbr_loc [read] |
struct ctrump_gccext_attribute ctrump_record_definition::attr [read] |
GCC attribute "struct (ここに付くもの) xxx {} ;"
Definition at line 181 of file ast.h.
Referenced by print_record().
struct ctrump_struct_decl* ctrump_record_definition::decls [read] |
struct ctrump_texpr* ctrump_record_definition::record_type [read] |