Searched refs:ast_for_with_item (Results 1 – 2 of 2) sorted by relevance
3143 ast_for_with_item(struct compiling *c, const node *n, asdl_seq *content) in ast_for_with_item() function3185 ret = ast_for_with_item(c, CHILD(n, i), inner); in ast_for_with_stmt()
3850 ast_for_with_item(struct compiling *c, const node *n) in ast_for_with_item() function3887 withitem_ty item = ast_for_with_item(c, CHILD(n, i)); in ast_for_with_stmt()