Searched refs:_PyAST_FunctionDef (Results 1 – 5 of 5) sorted by relevance
| /third_party/python/Include/internal/ |
| D | pycore_ast.h | 641 stmt_ty _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq *
|
| /third_party/python/Parser/ |
| D | action_helpers.c | 777 return _PyAST_FunctionDef( in _PyPegen_function_def_decorators()
|
| D | parser.c | 4464 …_res = _PyAST_FunctionDef ( n -> v . Name . id , ( params ) ? params : CHECK ( arguments_ty , _PyP… in function_def_raw_rule()
|
| /third_party/python/Grammar/ |
| D | python.gram | 268 _PyAST_FunctionDef(n->v.Name.id,
|
| /third_party/python/Python/ |
| D | Python-ast.c | 1959 _PyAST_FunctionDef(identifier name, arguments_ty args, asdl_stmt_seq * body, in _PyAST_FunctionDef() function 5964 *out = _PyAST_FunctionDef(name, args, body, decorator_list, returns, in obj2ast_stmt()
|