Searched refs:n_col_offset (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Python/ |
D | ast.c | 285 asdl_seq_SET(stmts, 0, Pass(n->n_lineno, n->n_col_offset, in PyAST_FromNode() 634 arg = Name(arg_id, Store, LINENO(child), child->n_col_offset, in compiler_complex_args() 653 result = Tuple(args, Store, LINENO(n), n->n_col_offset, c->c_arena); in compiler_complex_args() 761 name = Name(id, Param, LINENO(ch), ch->n_col_offset, in ast_for_arguments() 814 col_offset = n->n_col_offset; in ast_for_dotted_name() 856 n->n_col_offset, c->c_arena); in ast_for_decorator() 916 n->n_col_offset, c->c_arena); in ast_for_funcdef() 944 thing->col_offset = n->n_col_offset; in ast_for_decorated() 973 return Lambda(args, expression, LINENO(n), n->n_col_offset, c->c_arena); in ast_for_lambdef() 992 return IfExp(expression, body, orelse, LINENO(n), n->n_col_offset, in ast_for_ifexpr() [all …]
|
/external/python/cpython2/Include/ |
D | node.h | 14 int n_col_offset; member
|
/external/python/cpython2/Parser/ |
D | node.c | 109 n->n_col_offset = col_offset; in PyNode_AddChild()
|
/external/python/cpython2/Modules/ |
D | parsermodule.c | 127 (void) addelem(result, 3, PyInt_FromLong(n->n_col_offset)); in node2tuple()
|