From bfa8052b491367f8d10f98878343a7002f26f0cc Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 24 May 2019 18:19:21 +0200 Subject: vhdl-parse: Add Has_Is for block_statement. --- src/vhdl/vhdl-nodes_meta.adb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/vhdl/vhdl-nodes_meta.adb') diff --git a/src/vhdl/vhdl-nodes_meta.adb b/src/vhdl/vhdl-nodes_meta.adb index e0b3ea11e..eb4792ecd 100644 --- a/src/vhdl/vhdl-nodes_meta.adb +++ b/src/vhdl/vhdl-nodes_meta.adb @@ -3809,6 +3809,7 @@ package body Vhdl.Nodes_Meta is Field_Label, Field_Visible_Flag, Field_Is_Within_Flag, + Field_Has_Is, Field_End_Has_Reserved_Id, Field_End_Has_Identifier, Field_Parent, @@ -10506,7 +10507,8 @@ package body Vhdl.Nodes_Meta is case K is when Iir_Kind_Component_Declaration | Iir_Kind_Sensitized_Process_Statement - | Iir_Kind_Process_Statement => + | Iir_Kind_Process_Statement + | Iir_Kind_Block_Statement => return True; when others => return False; -- cgit v1.2.3