Home | History | Annotate | Download | only in src

Lines Matching full:named_ref

68 static named_ref *current_lhs_named_ref;
76 current_lhs(symbol *sym, location loc, named_ref *ref)
124 named_ref *named_ref;
225 %type <named_ref> named_ref.opt
560 id_colon named_ref.opt { current_lhs ($1, @1, $2); } rhses.1
577 | rhs symbol named_ref.opt
579 | rhs "{...}" named_ref.opt
589 named_ref.opt: