pub fn try_port_clause<P: Parser>( p: &mut P, ) -> ReportedResult<Option<Spanned<Vec<IntfDecl>>>>
Try to parse a port clause. See IEEE 1076-2008 section 6.5.6.3.
port_clause := "port" "clause" "(" {intf_decl}";"+ ")" ";"