Searched refs:AsyncFunctionDef_kind (Results 1 – 6 of 6) sorted by relevance
688 case AsyncFunctionDef_kind: in astfold_stmt()
1335 case AsyncFunctionDef_kind: in symtable_visit_stmt()
1885 assert(s->kind == AsyncFunctionDef_kind); in compiler_function()3056 case AsyncFunctionDef_kind: in compiler_visit_stmt()
1292 p->kind = AsyncFunctionDef_kind; in AsyncFunctionDef()2661 case AsyncFunctionDef_kind: in ast2obj_stmt()
501 case AsyncFunctionDef_kind: in validate_stmt()
66 enum _stmt_kind {FunctionDef_kind=1, AsyncFunctionDef_kind=2, ClassDef_kind=3, enumerator