Searched refs:ImportFrom_kind (Results 1 – 11 of 11) sorted by relevance
20 assert(s->kind == ImportFrom_kind); in future_check_features()87 if (s->kind == ImportFrom_kind) { in future_parse()
1123 case ImportFrom_kind: in symtable_visit_stmt()
1375 p->kind = ImportFrom_kind; in ImportFrom()2479 case ImportFrom_kind: in ast2obj_stmt()
2145 case ImportFrom_kind: in compiler_visit_stmt()
20 assert(s->kind == ImportFrom_kind); in future_check_features()99 if (s->kind == ImportFrom_kind) { in future_parse()
1316 case ImportFrom_kind: in symtable_visit_stmt()
463 case ImportFrom_kind: in validate_stmt()
2428 p->kind = ImportFrom_kind; in ImportFrom()3846 case ImportFrom_kind: in ast2obj_stmt()
3433 case ImportFrom_kind: in compiler_visit_stmt()
66 Assert_kind=15, Import_kind=16, ImportFrom_kind=17, enumerator
81 Assert_kind=17, Import_kind=18, ImportFrom_kind=19, enumerator