Searched refs:ast_for_classdef (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | ast.c | 33 static stmt_ty ast_for_classdef(struct compiling *, const node *, asdl_seq *); 938 thing = ast_for_classdef(c, CHILD(n, 1), decorator_seq); in ast_for_decorated() 3200 ast_for_classdef(struct compiling *c, const node *n, asdl_seq *decorator_seq) in ast_for_classdef() function 3311 return ast_for_classdef(c, ch, NULL); in ast_for_stmt()
|
/external/python/cpython3/Python/ |
D | ast.c | 601 static stmt_ty ast_for_classdef(struct compiling *, const node *, asdl_seq *); 1701 thing = ast_for_classdef(c, CHILD(n, 1), decorator_seq); in ast_for_decorated() 3906 ast_for_classdef(struct compiling *c, const node *n, asdl_seq *decorator_seq) in ast_for_classdef() function 4027 return ast_for_classdef(c, ch, NULL); in ast_for_stmt()
|