GnuCOBOL
2.0
A free COBOL compiler
|
#include <tree.h>
Data Fields | |
enum cb_tag | tag |
enum cb_category | category |
const char * | source_file |
int | source_line |
int | source_column |
enum cb_category cb_tree_common::category |
Definition at line 430 of file tree.h.
Referenced by cb_build_constant(), cb_build_field_reference(), cb_build_program(), cb_concat_literals(), cb_int(), cb_tree_category(), concat_literals(), and make_tree().
const char* cb_tree_common::source_file |
Definition at line 431 of file tree.h.
Referenced by cb_build_alphanumeric_literal(), cb_build_numeric_literal(), cb_build_numsize_literal(), cb_build_reference(), cb_concat_literals(), cb_define(), cb_error_x(), cb_expr_finish(), cb_warning_x(), emit_entry(), output_label_info(), output_stmt(), output_trace_info(), and yyparse().
int cb_tree_common::source_line |
Definition at line 432 of file tree.h.
Referenced by cb_build_alphanumeric_literal(), cb_build_filler(), cb_build_numeric_literal(), cb_build_numsize_literal(), cb_build_reference(), cb_check_overlapping(), cb_concat_literals(), cb_define(), cb_error_x(), cb_expr_finish(), cb_warning_x(), emit_entry(), move_warning(), output_label_info(), output_stmt(), output_trace_info(), and validate_move().
enum cb_tag cb_tree_common::tag |
Definition at line 429 of file tree.h.
Referenced by cb_build_program(), cb_int(), check_not_88_level(), make_tree(), and warn_cannot_get_utc().