Home
last modified time | relevance | path

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

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DNodes.py616 … 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 or
1547 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 …]
DFusedNode.py149 env.is_c_class_scope or
DParseTreeTransforms.py1627 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:
DSymtab.py285 is_c_class_scope = 0 variable in Scope
1778 is_c_class_scope = 1 variable in CClassScope
DModuleNode.py1899 if env.is_c_class_scope and not env.pyfunc_entries:
DExprNodes.py7533 if def_node.local_scope.parent_scope.is_c_class_scope: