CUBRID Engine
latest
|
Public Attributes | |
SCOPES * | next |
PT_NODE * | specs |
unsigned short | correlation_level |
short | location |
Definition at line 72 of file name_resolution.c.
unsigned short scopes::correlation_level |
Definition at line 76 of file name_resolution.c.
Referenced by pt_bind_name_or_path_in_scope(), pt_bind_names(), and pt_quick_resolve_names().
short scopes::location |
Definition at line 78 of file name_resolution.c.
Referenced by pt_bind_names(), and pt_quick_resolve_names().
SCOPES* scopes::next |
Definition at line 74 of file name_resolution.c.
Referenced by pt_bind_name_or_path_in_scope(), pt_bind_names(), pt_find_entity_in_scopes(), pt_function_name_is_spec_attr(), pt_mark_function_index_expression(), and pt_quick_resolve_names().
PT_NODE* scopes::specs |
Definition at line 75 of file name_resolution.c.
Referenced by pt_bind_name_or_path_in_scope(), pt_bind_names(), pt_bind_names_merge_insert(), pt_bind_names_merge_update(), pt_bind_scope(), pt_find_entity_in_scopes(), pt_find_outer_entity_in_scopes(), pt_function_name_is_spec_attr(), pt_mark_function_index_expression(), and pt_quick_resolve_names().