Searched refs:is_c_class_scope (Results 1 – 6 of 6) sorted by relevance
616 … is_self_arg = (i == 0 and env.is_c_class_scope))632 if i==0 and env.is_c_class_scope and type.is_unspecified:910 if self.is_self_arg and env.is_c_class_scope:938 if scope.is_c_class_scope:945 if self.is_self_arg and env.is_c_class_scope:1217 if base_type.is_fused and not self.in_pxd and (env.is_c_class_scope or1547 while genv.is_py_class_scope or genv.is_c_class_scope:1587 self.entry.scope.is_c_class_scope)1589 self.entry.scope.is_c_class_scope)1630 while cenv.is_py_class_scope or cenv.is_c_class_scope:[all …]
149 env.is_c_class_scope or
1627 while genv.is_py_class_scope or genv.is_c_class_scope:1787 and not entry.scope.is_c_class_scope):2301 while cscope.is_py_class_scope or cscope.is_c_class_scope:2634 elif class_scope.is_c_class_scope:
285 is_c_class_scope = 0 variable in Scope1778 is_c_class_scope = 1 variable in CClassScope
1899 if env.is_c_class_scope and not env.pyfunc_entries:
7533 if def_node.local_scope.parent_scope.is_c_class_scope: