Searched defs:AlignFunctionDefinitions (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParseTreeTransforms.pxd45 cdef class AlignFunctionDefinitions(CythonTransform): class in inherits:CythonTransform
H A DPipeline.py139 from ParseTreeTransforms import AdjustDefByDirectives, AlignFunctionDefinitions namespace
162 _align_function_definitions = AlignFunctionDefinitions(context)
261 from ParseTreeTransforms import AlignFunctionDefinitions, \
268 AlignFunctionDefinitions,
262 MarkClosureVisitor, WithTransform, AnalyseDeclarationsTransform namespace
H A DParseTreeTransforms.py2065 class AlignFunctionDefinitions(CythonTransform): class in inherits:CythonTransform

Completed in 3387 milliseconds