Lines Matching refs:expr_context_ty
629 static PyObject* ast2obj_expr_context(struct ast_state *state, expr_context_ty);
1852 expr_context_ty* out, PyArena* arena);
3032 _PyAST_Attribute(expr_ty value, identifier attr, expr_context_ty ctx, int in _PyAST_Attribute()
3067 _PyAST_Subscript(expr_ty value, expr_ty slice, expr_context_ty ctx, int lineno, in _PyAST_Subscript()
3102 _PyAST_Starred(expr_ty value, expr_context_ty ctx, int lineno, int col_offset, in _PyAST_Starred()
3130 _PyAST_Name(identifier id, expr_context_ty ctx, int lineno, int col_offset, int in _PyAST_Name()
3158 _PyAST_List(asdl_expr_seq * elts, expr_context_ty ctx, int lineno, int in _PyAST_List()
3181 _PyAST_Tuple(asdl_expr_seq * elts, expr_context_ty ctx, int lineno, int in _PyAST_Tuple()
4648 PyObject* ast2obj_expr_context(struct ast_state *state, expr_context_ty o) in ast2obj_expr_context()
9166 expr_context_ty ctx; in obj2ast_expr()
9232 expr_context_ty ctx; in obj2ast_expr()
9297 expr_context_ty ctx; in obj2ast_expr()
9345 expr_context_ty ctx; in obj2ast_expr()
9393 expr_context_ty ctx; in obj2ast_expr()
9461 expr_context_ty ctx; in obj2ast_expr()
9596 obj2ast_expr_context(struct ast_state *state, PyObject* obj, expr_context_ty* in obj2ast_expr_context()