Searched refs:_PyPegen_join_names_with_dot (Results 1 – 5 of 5) sorted by relevance
261 expr_ty _PyPegen_join_names_with_dot(Parser *, expr_ty, expr_ty);
1613 _PyPegen_join_names_with_dot(Parser *p, expr_ty first_name, expr_ty second_name) in _PyPegen_join_names_with_dot() function
3891 _res = _PyPegen_join_names_with_dot ( p , a , b ); in dotted_name_raw()
163 | a=dotted_name '.' b=NAME { _PyPegen_join_names_with_dot(p, a, b) }
2261 …<function-decl name='_PyPegen_join_names_with_dot' mangled-name='_PyPegen_join_names_with_dot' fil…