Home
last modified time | relevance | path

Searched refs:_PyAST_With (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast.h676 stmt_ty _PyAST_With(asdl_withitem_seq * items, asdl_stmt_seq * body, string
/third_party/python/Grammar/
Dpython.gram195 _PyAST_With(a, b, NULL, EXTRA) }
197 _PyAST_With(a, b, NEW_TYPE_COMMENT(p, tc), EXTRA) }
/third_party/python/Python/
DPython-ast.c2278 _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/
Dparser.c4658 _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()