[][src]Function moore_vhdl_syntax::parser::rules::parse_name_suffix

pub fn parse_name_suffix<P: Parser>(
    p: &mut P,
    name: CompoundName
) -> ReportedResult<CompoundName>

Parse the suffix to a name. IEEE 1076-2008 section 8.

name
  := primary_name
  := name "." (ident | char_lit | string_lit | "all")
  := name [signature] "'" ident
  := name paren_expr