Searched refs:scope_new (Results 1 – 3 of 3) sorted by relevance
93 scope_t *scope_new(scope_kind_t kind, mp_parse_node_t pn, qstr source_file, mp_uint_t emit_options);
43 scope_t *scope_new(scope_kind_t kind, mp_parse_node_t pn, qstr source_file, mp_uint_t emit_options)… in scope_new() function
243 scope_t *scope = scope_new(kind, pn, comp->source_file, emit_options); in scope_new_and_link()
Completed in 9 milliseconds