Lines Matching refs:expr_context_ty
803 static PyObject* ast2obj_expr_context(astmodulestate *state, expr_context_ty);
1888 expr_context_ty* out, PyArena* arena);
3026 Attribute(expr_ty value, identifier attr, expr_context_ty ctx, int lineno, int in Attribute()
3060 Subscript(expr_ty value, expr_ty slice, expr_context_ty ctx, int lineno, int in Subscript()
3094 Starred(expr_ty value, expr_context_ty ctx, int lineno, int col_offset, int in Starred()
3122 Name(identifier id, expr_context_ty ctx, int lineno, int col_offset, int in Name()
3150 List(asdl_seq * elts, expr_context_ty ctx, int lineno, int col_offset, int in List()
3173 Tuple(asdl_seq * elts, expr_context_ty ctx, int lineno, int col_offset, int in Tuple()
4412 PyObject* ast2obj_expr_context(astmodulestate *state, expr_context_ty o) in ast2obj_expr_context()
8158 expr_context_ty ctx; in obj2ast_expr()
8212 expr_context_ty ctx; in obj2ast_expr()
8265 expr_context_ty ctx; in obj2ast_expr()
8305 expr_context_ty ctx; in obj2ast_expr()
8345 expr_context_ty ctx; in obj2ast_expr()
8405 expr_context_ty ctx; in obj2ast_expr()
8520 obj2ast_expr_context(astmodulestate *state, PyObject* obj, expr_context_ty* in obj2ast_expr_context()