Lines Matching refs:ast2obj_identifier
728 #define ast2obj_identifier ast2obj_object macro
2635 value = ast2obj_identifier(o->v.FunctionDef.name); in ast2obj_stmt()
2664 value = ast2obj_identifier(o->v.AsyncFunctionDef.name); in ast2obj_stmt()
2694 value = ast2obj_identifier(o->v.ClassDef.name); in ast2obj_stmt()
2973 value = ast2obj_identifier(o->v.ImportFrom.module); in ast2obj_stmt()
2992 value = ast2obj_list(o->v.Global.names, ast2obj_identifier); in ast2obj_stmt()
3001 value = ast2obj_list(o->v.Nonlocal.names, ast2obj_identifier); in ast2obj_stmt()
3377 value = ast2obj_identifier(o->v.Attribute.attr); in ast2obj_expr()
3424 value = ast2obj_identifier(o->v.Name.id); in ast2obj_expr()
3742 value = ast2obj_identifier(o->v.ExceptHandler.name); in ast2obj_excepthandler()
3830 value = ast2obj_identifier(o->arg); in ast2obj_arg()
3868 value = ast2obj_identifier(o->arg); in ast2obj_keyword()
3896 value = ast2obj_identifier(o->name); in ast2obj_alias()
3901 value = ast2obj_identifier(o->asname); in ast2obj_alias()