aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/iirs.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/iirs.ads')
-rw-r--r--src/vhdl/iirs.ads7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/vhdl/iirs.ads b/src/vhdl/iirs.ads
index 763106c3c..52f8b94e2 100644
--- a/src/vhdl/iirs.ads
+++ b/src/vhdl/iirs.ads
@@ -2901,6 +2901,8 @@ package Iirs is
-- Get/Set_Component_Configuration (Field6)
--
-- Get/Set_Visible_Flag (Flag4)
+ --
+ -- Get/Set_Has_Component (Flag5)
-- Iir_Kind_Block_Statement (Medium)
--
@@ -7312,6 +7314,11 @@ package Iirs is
function Get_Has_Parameter (Decl : Iir) return Boolean;
procedure Set_Has_Parameter (Decl : Iir; Flag : Boolean);
+ -- Layout flag: true if 'component' reserved identifier is present.
+ -- Field: Flag5
+ function Get_Has_Component (Decl : Iir) return Boolean;
+ procedure Set_Has_Component (Decl : Iir; Flag : Boolean);
+
-- Layout flag for object declaration. If True, the identifier of this
-- declaration is followed by an identifier (and separated by a comma).
-- This flag is set on all but the last declarations.