Searched refs:_PyAST_With (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Include/internal/ |
| D | pycore_ast.h | 676 stmt_ty _PyAST_With(asdl_withitem_seq * items, asdl_stmt_seq * body, string
|
| /third_party/python/Grammar/ |
| D | python.gram | 195 _PyAST_With(a, b, NULL, EXTRA) } 197 _PyAST_With(a, b, NEW_TYPE_COMMENT(p, tc), EXTRA) }
|
| /third_party/python/Python/ |
| D | Python-ast.c | 2278 _PyAST_With(asdl_withitem_seq * items, asdl_stmt_seq * body, string in _PyAST_With() function 7086 *out = _PyAST_With(items, body, type_comment, lineno, col_offset, in obj2ast_stmt()
|
| /third_party/python/Parser/ |
| D | parser.c | 4658 _res = _PyAST_With ( a , b , NULL , EXTRA ); in with_stmt_rule() 4703 _res = _PyAST_With ( a , b , NEW_TYPE_COMMENT ( p , tc ) , EXTRA ); in with_stmt_rule()
|