aboutsummaryrefslogtreecommitdiffstats
path: root/sem.ads
diff options
context:
space:
mode:
Diffstat (limited to 'sem.ads')
-rw-r--r--sem.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/sem.ads b/sem.ads
index b3a8ddcb6..5586483a1 100644
--- a/sem.ads
+++ b/sem.ads
@@ -74,4 +74,9 @@ package Sem is
procedure Sem_Analysis_Checks_List (Unit : Iir_Design_Unit;
Emit_Warnings : Boolean);
+ -- Analyze the uninstantiated package name of DECL, and return the
+ -- package declaration. Return Null_Iir if the name doesn't denote an
+ -- uninstantiated package.
+ function Sem_Uninstantiated_Package_Name (Decl : Iir) return Iir;
+
end Sem;