Go to the source code of this file.
Data Structures | |
struct | ctrump_location |
ファイル中の位置情報 More... | |
Defines | |
#define | LOCATION_GENERATED(loc) do { loc.path="<generated>"; loc.column=-1; loc.lineno=-1; } while(0) |
トランスレータによって生成されたノードの位置情報 識別するときはlineno < 0 で識別 |
Definition in file location.h.
#define LOCATION_GENERATED | ( | loc | ) | do { loc.path="<generated>"; loc.column=-1; loc.lineno=-1; } while(0) |
トランスレータによって生成されたノードの位置情報 識別するときはlineno < 0 で識別
Definition at line 56 of file location.h.
Referenced by build_incomplete_field_type(), build_struct(), and ctrump_get_stmt_loc().