diff options
Diffstat (limited to 'gcc/ada/sem_ch8.ads')
-rw-r--r-- | gcc/ada/sem_ch8.ads | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/gcc/ada/sem_ch8.ads b/gcc/ada/sem_ch8.ads index e87f5aa..bee5f49 100644 --- a/gcc/ada/sem_ch8.ads +++ b/gcc/ada/sem_ch8.ads @@ -53,17 +53,15 @@ package Sem_Ch8 is procedure Analyze_Package_Renaming (N : Node_Id); procedure Analyze_Subprogram_Renaming (N : Node_Id); - procedure Analyze_Use_Package (N : Node_Id; - Chain : Boolean := True); - -- Analyze a use package clause and control (through the Chain - -- parameter) whether to add N to the use clause chain for the name - -- denoted within use clause N in case we are reanalyzing a use clause - -- because of stack manipulation. - - procedure Analyze_Use_Type (N : Node_Id; - Chain : Boolean := True); - -- Similar to Analyze_Use_Package except the Chain parameter applies - -- to the type within N's subtype mark Current_Use_Clause. + procedure Analyze_Use_Package (N : Node_Id; Chain : Boolean := True); + -- Analyze a use package clause and control (through the Chain parameter) + -- whether to add N to the use clause chain for the name denoted within + -- use clause N in case we are reanalyzing a use clause because of stack + -- manipulation. + + procedure Analyze_Use_Type (N : Node_Id; Chain : Boolean := True); + -- Similar to Analyze_Use_Package except the Chain parameter applies to the + -- type within N's subtype mark Current_Use_Clause. procedure End_Scope; -- Called at end of scope. On exit from blocks and bodies (subprogram, |