Home
last modified time | relevance | path

Searched refs:_PyAST_ClassDef (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/internal/
Dpycore_ast.h651 stmt_ty _PyAST_ClassDef(identifier name, asdl_expr_seq * bases,
/third_party/python/Parser/
Daction_helpers.c791 return _PyAST_ClassDef( in _PyPegen_class_def_decorators()
Dparser.c4290 …_res = _PyAST_ClassDef ( a -> v . Name . id , ( b ) ? ( ( expr_ty ) b ) -> v . Call . args : NULL … in class_def_raw_rule()
/third_party/python/Grammar/
Dpython.gram253 _PyAST_ClassDef(a->v.Name.id,
/third_party/python/Python/
DPython-ast.c2027 _PyAST_ClassDef(identifier name, asdl_expr_seq * bases, asdl_keyword_seq * in _PyAST_ClassDef() function
6309 *out = _PyAST_ClassDef(name, bases, keywords, body, decorator_list, in obj2ast_stmt()