Searched defs:visible_scopes (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/emboss/compiler/front_end/ |
H A D | symbol_resolver.py | 269 visible_scopes, source_file_name, errors): argument 275 def _resolve_reference(reference, table, current_scope, visible_scopes, argument 289 def _find_target_of_reference(reference, table, current_scope, visible_scopes, argument 434 def _set_visible_scopes_for_type_definition(type_definition, visible_scopes): argument 461 def _set_visible_scopes_for_attribute(attribute, field, visible_scopes): argument
|