Searched refs:in_cinclude (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCythonScope.py24 entry.in_cinclude = True
H A DSymtab.py93 # in_cinclude boolean Suppress C declaration code
166 in_cinclude = 0 variable in class:Entry
275 # in_cinclude boolean Suppress C declaration code
293 in_cinclude = 0 variable in class:Scope
413 if not self.in_cinclude and cname and re.match("^_[_A-Z]+$", cname):
423 entry.in_cinclude = self.in_cinclude
447 if self.in_cinclude or (visibility == 'public' or api):
478 if self.in_cinclude or (visibility == 'public' or api):
499 if self.in_cinclude o
[all...]
H A DPipeline.py281 if not entry.in_cinclude:
H A DModuleNode.py450 if entry.used and not entry.in_cinclude:
468 if type.is_extension_type and not entry.in_cinclude:
704 if not entry.in_cinclude:
715 if not entry.in_cinclude:
877 if entry.visibility == 'extern' and not entry.in_cinclude:
1000 if (entry.in_cinclude or entry.in_closure or
1051 if (not entry.in_cinclude and
2696 if entry.used and entry.inline_func_in_pxd or (not entry.in_cinclude and (definition
H A DNodes.py437 old_cinclude_flag = env.in_cinclude
438 env.in_cinclude = 1
440 env.in_cinclude = old_cinclude_flag
1138 entry.in_cinclude = True
1295 if self.in_pxd and not env.in_cinclude:
1358 if self.in_pxd and not env.in_cinclude:
1402 if self.in_pxd and not env.in_cinclude:
1466 entry.in_cinclude = True
1468 if self.in_pxd and not env.in_cinclude:
2234 entry.api or entry.in_cinclude)
[all...]
H A DParseTreeTransforms.py1373 old_cinclude_flag = self.module_scope.in_cinclude
1374 self.module_scope.in_cinclude = 1
1376 self.module_scope.in_cinclude = old_cinclude_flag
2905 # don't check node.entry.in_cinclude, as 'cdef extern: ...'
2906 # declared functions are not 'in_cinclude'.

Completed in 309 milliseconds