Lines Matching refs:obj2ast_identifier
778 static int obj2ast_identifier(PyObject* obj, PyObject** out, PyArena* arena) in obj2ast_identifier() function
4166 res = obj2ast_identifier(tmp, &name, arena); in obj2ast_stmt()
4281 res = obj2ast_identifier(tmp, &name, arena); in obj2ast_stmt()
4396 res = obj2ast_identifier(tmp, &name, arena); in obj2ast_stmt()
5550 res = obj2ast_identifier(tmp, &module, arena); in obj2ast_stmt()
5628 res = obj2ast_identifier(PyList_GET_ITEM(tmp, i), &val, arena); in obj2ast_stmt()
5669 res = obj2ast_identifier(PyList_GET_ITEM(tmp, i), &val, arena); in obj2ast_stmt()
6864 res = obj2ast_identifier(tmp, &attr, arena); in obj2ast_expr()
6992 res = obj2ast_identifier(tmp, &id, arena); in obj2ast_expr()
7750 res = obj2ast_identifier(tmp, &name, arena); in obj2ast_excepthandler()
7978 res = obj2ast_identifier(tmp, &arg, arena); in obj2ast_arg()
8044 res = obj2ast_identifier(tmp, &arg, arena); in obj2ast_keyword()
8084 res = obj2ast_identifier(tmp, &name, arena); in obj2ast_alias()
8097 res = obj2ast_identifier(tmp, &asname, arena); in obj2ast_alias()