#include <ast.h>
Data Fields | |
enum ctrump_struct_decl_code | code |
struct ctrump_location | semi_loc |
union { | |
struct ctrump_struct_decl_decl decl | |
} | u |
Definition at line 859 of file ast.h.
種類
Definition at line 860 of file ast.h.
Referenced by build_incomplete_field_type(), ctrump_env_handle_record_decls(), and print_struct_decl().
struct ctrump_location ctrump_struct_decl::semi_loc [read] |
struct ctrump_struct_decl_decl ctrump_struct_decl::decl [read] |
Definition at line 864 of file ast.h.
Referenced by build_struct(), ctrump_env_handle_record_decls(), and print_struct_decl().
union { ... } ctrump_struct_decl::u |
Referenced by ctrump_env_handle_record_decls(), and print_struct_decl().