From e5071f1a02f16a369c504944934042fbfb09e5dc Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 29 Oct 2014 20:36:29 +0100 Subject: Add support for package interface. --- sem.ads | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sem.ads') 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; -- cgit v1.2.3