Searched refs:_PyAST_MatchClass (Results 1 – 4 of 4) sorted by relevance
| /third_party/python/Grammar/ |
| D | python.gram | 365 _PyAST_MatchClass(cls, NULL, NULL, NULL, EXTRA) } 367 _PyAST_MatchClass(cls, patterns, NULL, NULL, EXTRA) } 369 _PyAST_MatchClass( 376 _PyAST_MatchClass(
|
| /third_party/python/Include/internal/ |
| D | pycore_ast.h | 823 pattern_ty _PyAST_MatchClass(expr_ty cls, asdl_pattern_seq * patterns,
|
| /third_party/python/Python/ |
| D | Python-ast.c | 3472 _PyAST_MatchClass(expr_ty cls, asdl_pattern_seq * patterns, asdl_identifier_seq in _PyAST_MatchClass() function 11388 *out = _PyAST_MatchClass(cls, patterns, kwd_attrs, kwd_patterns, in obj2ast_pattern()
|
| /third_party/python/Parser/ |
| D | parser.c | 8088 _res = _PyAST_MatchClass ( cls , NULL , NULL , NULL , EXTRA ); in class_pattern_rule() 8134 _res = _PyAST_MatchClass ( cls , patterns , NULL , NULL , EXTRA ); in class_pattern_rule() 8180 …_res = _PyAST_MatchClass ( cls , NULL , CHECK ( asdl_identifier_seq * , _PyPegen_map_names_to_ids … in class_pattern_rule() 8232 …_res = _PyAST_MatchClass ( cls , patterns , CHECK ( asdl_identifier_seq * , _PyPegen_map_names_to_… in class_pattern_rule()
|