Searched refs:_PyPegen_alias_for_star (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Parser/ |
H A D | pegen.h | 292 alias_ty _PyPegen_alias_for_star(Parser *, int, int, int, int, PyArena *);
|
H A D | action_helpers.c | 211 _PyPegen_alias_for_star(Parser *p, int lineno, int col_offset, int end_lineno, in _PyPegen_alias_for_star() function
|
H A D | parser.c | 3648 _res = ( asdl_alias_seq* ) _PyPegen_singleton_seq ( p , CHECK ( alias_ty , _PyPegen_alias_for_star ( p , EXTRA ) ) ); in import_from_targets_rule() [all...] |
Completed in 43 milliseconds