[Ada] Code cleanup: rename ALI.Scope
authorArnaud Charlet <charlet@adacore.com>
Tue, 1 Dec 2020 14:53:35 +0000 (09:53 -0500)
committerPierre-Marie de Rodat <derodat@adacore.com>
Wed, 16 Dec 2020 13:01:05 +0000 (08:01 -0500)
gcc/ada/

* ali.ads, ali.adb, bindo-writers.adb, lib-writ.adb (Scope):
Renamed to IS_Scope.

gcc/ada/ali.adb
gcc/ada/ali.ads
gcc/ada/bindo-writers.adb
gcc/ada/lib-writ.adb

index 3bf12578b73d04e677082fc8cbac41850021c030..f213c301c0cc732803f3850fb58c3190b0eaf526 100644 (file)
@@ -3814,15 +3814,15 @@ package body ALI is
          return No_ALI_Id;
    end Scan_ALI;
 
-   -----------
-   -- Scope --
-   -----------
+   --------------
+   -- IS_Scope --
+   --------------
 
-   function Scope (IS_Id : Invocation_Signature_Id) return Name_Id is
+   function IS_Scope (IS_Id : Invocation_Signature_Id) return Name_Id is
    begin
       pragma Assert (Present (IS_Id));
       return Invocation_Signatures.Table (IS_Id).Scope;
-   end Scope;
+   end IS_Scope;
 
    ---------
    -- SEq --
index 928fdbd1e9f62607c25e2b2161079ee5e3ddd598..ccb516f34a2fdf438faf0e3441935d88ad670906 100644 (file)
@@ -1350,8 +1350,8 @@ package ALI is
    pragma Inline (Name);
    --  Obtain the name of invocation signature IS_Id
 
-   function Scope (IS_Id : Invocation_Signature_Id) return Name_Id;
-   pragma Inline (Scope);
+   function IS_Scope (IS_Id : Invocation_Signature_Id) return Name_Id;
+   pragma Inline (IS_Scope);
    --  Obtain the scope of invocation signature IS_Id
 
    procedure Set_Invocation_Graph_Encoding
index cca6687f5f4817a24a5ee834633eaf52e2878f2b..926fb82b37033e4cf3e75a8150fcabca03edfb8b 100644 (file)
@@ -222,7 +222,7 @@ package body Bindo.Writers is
          Write_Eol;
 
          Write_Str  ("      Scope = ");
-         Write_Name (Scope (IS_Id));
+         Write_Name (IS_Scope (IS_Id));
          Write_Eol;
       end Write_Invocation_Signature;
 
index f5b9e3032c8e78be5bff590aa014adeb355e6ac5..16449e87e98a7c199d84be4b4b0501cd64e53ce9 100644 (file)
@@ -1724,7 +1724,7 @@ package body Lib.Writ is
 
       --  scope
 
-      Write_Info_Name (Scope (IS_Id));
+      Write_Info_Name (IS_Scope (IS_Id));
       Write_Info_Char (' ');
 
       --  line