From 19dab14a7452c793dde71bf599202cb7783ba376 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 22 Mar 2023 03:37:21 +0100 Subject: vhdl: add iir_kind_package_instantiation_body --- src/vhdl/vhdl-nodes.ads | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/vhdl/vhdl-nodes.ads') diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads index 23de77b2f..0cd02d637 100644 --- a/src/vhdl/vhdl-nodes.ads +++ b/src/vhdl/vhdl-nodes.ads @@ -1071,6 +1071,7 @@ package Vhdl.Nodes is -- Get/Set_End_Has_Identifier (Flag9) -- Iir_Kind_Package_Body (Short) + -- Iir_Kind_Package_Instantiation_Body (Short) -- Note: a body is not a declaration, that's the reason why there is no -- _declaration suffix in the name. -- @@ -5072,6 +5073,8 @@ package Vhdl.Nodes is Iir_Kind_Package_Body, Iir_Kind_Architecture_Body, + Iir_Kind_Package_Instantiation_Body, + Iir_Kind_Type_Declaration, Iir_Kind_Anonymous_Type_Declaration, Iir_Kind_Subtype_Declaration, -- cgit v1.2.3