Searched refs:_PyPegen_join_names_with_dot (Results 1 – 4 of 4) sorted by relevance
238 expr_ty _PyPegen_join_names_with_dot(Parser *, expr_ty, expr_ty);
1359 _PyPegen_join_names_with_dot(Parser *p, expr_ty first_name, expr_ty second_name) in _PyPegen_join_names_with_dot() function
3496 _res = _PyPegen_join_names_with_dot ( p , a , b ); in dotted_name_raw()
154 | a=dotted_name '.' b=NAME { _PyPegen_join_names_with_dot(p, a, b) }