Home
last modified time | relevance | path

Searched refs:COMPILER_SCOPE_CLASS (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c289 COMPILER_SCOPE_CLASS, enumerator
755 || u->u_scope_type == COMPILER_SCOPE_CLASS) { in compiler_set_qualname()
1747 assert(u->u_scope_type == COMPILER_SCOPE_CLASS); in compiler_enter_scope()
2229 if (c->u->u_scope_type == COMPILER_SCOPE_CLASS && in get_ref_type()
2719 COMPILER_SCOPE_CLASS, (void *)s, firstlineno)) { in compiler_class()
6058 c->u->u_scope_type == COMPILER_SCOPE_CLASS) { in check_annotation()
6116 c->u->u_scope_type == COMPILER_SCOPE_CLASS)) { in compiler_annassign()