#include <ast.h>
Data Fields | |
int | id |
const char * | filename |
struct ctrump_source_string | source_text |
int | num_decl |
struct ctrump_extdecl * | decls |
Definition at line 1272 of file ast.h.
const char* ctrump_translation_unit::filename |
struct ctrump_source_string ctrump_translation_unit::source_text [read] |
宣言の数
Definition at line 1276 of file ast.h.
Referenced by ctrump_analyze(), ctrump_translation_unit2pprint_format(), and pprint_tree().
struct ctrump_extdecl* ctrump_translation_unit::decls [read] |
宣言 vec[num_decl]
Definition at line 1277 of file ast.h.
Referenced by ctrump_analyze(), ctrump_translation_unit2pprint_format(), and pprint_tree().