Searched refs:ast2obj_identifier (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Python/ |
D | Python-ast.c | 5457 #define ast2obj_identifier ast2obj_object macro 8306 value = ast2obj_identifier(state, vstate, o->v.FunctionDef.name); in ast2obj_stmt() 8351 value = ast2obj_identifier(state, vstate, o->v.AsyncFunctionDef.name); in ast2obj_stmt() 8397 value = ast2obj_identifier(state, vstate, o->v.ClassDef.name); in ast2obj_stmt() 8815 value = ast2obj_identifier(state, vstate, o->v.ImportFrom.module); in ast2obj_stmt() 8837 ast2obj_identifier); in ast2obj_stmt() 8848 ast2obj_identifier); in ast2obj_stmt() 9259 value = ast2obj_identifier(state, vstate, o->v.Attribute.attr); in ast2obj_expr() 9309 value = ast2obj_identifier(state, vstate, o->v.Name.id); in ast2obj_expr() 9573 value = ast2obj_identifier(state, vstate, o->v.ExceptHandler.name); in ast2obj_excepthandler() [all …]
|