aboutsummaryrefslogtreecommitdiffstats
path: root/sem_decls.ads
diff options
context:
space:
mode:
Diffstat (limited to 'sem_decls.ads')
-rw-r--r--sem_decls.ads5
1 files changed, 4 insertions, 1 deletions
diff --git a/sem_decls.ads b/sem_decls.ads
index c8dede1a1..dfd389ff1 100644
--- a/sem_decls.ads
+++ b/sem_decls.ads
@@ -32,7 +32,10 @@ package Sem_Decls is
(Decl : Iir; Is_Std_Standard : Boolean := False);
-- Semantize declarations of PARENT.
- procedure Sem_Declaration_Chain (Parent : Iir);
+ -- If IS_GLOBAL is set, then declarations may be seen outside of the units.
+ -- This must be set for entities and packages (except when
+ -- Flags.Flag_Whole_Analyze is set).
+ procedure Sem_Declaration_Chain (Parent : Iir; Is_Global : Boolean);
-- Check all declarations of DECLS_PARENT are complete
-- This checks subprograms, deferred constants, incomplete types and