Searched refs:SCOPE_CLASS (Results 1 – 3 of 3) sorted by relevance
63 SCOPE_CLASS, enumerator
56 if (kind == SCOPE_FUNCTION || kind == SCOPE_CLASS) { in scope_new()
796 scope_t *s = scope_new_and_link(comp, SCOPE_CLASS, (mp_parse_node_t)pns, emit_options); in compile_classdef_helper()3193 assert(scope->kind == SCOPE_CLASS); in compile_scope()3429 if (scope->kind == SCOPE_CLASS && id->qst == MP_QSTR___class__) { in scope_compute_things()
Completed in 13 milliseconds