Lines Matching refs:expr_context_ty
276 static PyObject* ast2obj_expr_context(expr_context_ty);
972 static int obj2ast_expr_context(PyObject* obj, expr_context_ty* out, PyArena*
1853 Attribute(expr_ty value, identifier attr, expr_context_ty ctx, int lineno, int in Attribute()
1885 Subscript(expr_ty value, slice_ty slice, expr_context_ty ctx, int lineno, int in Subscript()
1917 Name(identifier id, expr_context_ty ctx, int lineno, int col_offset, PyArena in Name()
1943 List(asdl_seq * elts, expr_context_ty ctx, int lineno, int col_offset, PyArena in List()
1964 Tuple(asdl_seq * elts, expr_context_ty ctx, int lineno, int col_offset, PyArena in Tuple()
2932 PyObject* ast2obj_expr_context(expr_context_ty o) in ast2obj_expr_context()
5680 expr_context_ty ctx; in obj2ast_expr()
5729 expr_context_ty ctx; in obj2ast_expr()
5777 expr_context_ty ctx; in obj2ast_expr()
5813 expr_context_ty ctx; in obj2ast_expr()
5866 expr_context_ty ctx; in obj2ast_expr()
5923 obj2ast_expr_context(PyObject* obj, expr_context_ty* out, PyArena* arena) in obj2ast_expr_context()