@@ -94,6 +94,7 @@ with LSP.Errors;
9494with LSP.Formatters.Texts ;
9595with LSP.Generic_Cancel_Check ;
9696with LSP.GNATCOLL_Tracers.Handle ;
97+ with LSP.Locations ;
9798with LSP.Predefined_Completion ;
9899with LSP.Search ;
99100with LSP.Servers ;
@@ -156,7 +157,7 @@ package body LSP.Ada_Handlers is
156157 procedure Append_Location
157158 (Self : in out Message_Handler;
158159 Result : in out LSP.Structures.Location_Vector;
159- Filter : in out LSP.Ada_Handlers. Locations.File_Span_Sets.Set;
160+ Filter : in out LSP.Locations.File_Span_Sets.Set;
160161 Node : Libadalang.Analysis.Ada_Node'Class;
161162 Kinds : AlsReferenceKind_Array := LSP.Constants.Empty)
162163 renames LSP.Ada_Handlers.Locations.Append_Location;
@@ -1711,7 +1712,7 @@ package body LSP.Ada_Handlers is
17111712
17121713 Response : LSP.Structures.Declaration_Result (LSP.Structures.Variant_1);
17131714 Vector : LSP.Structures.Location_Vector renames Response.Variant_1;
1714- Filter : LSP.Ada_Handlers. Locations.File_Span_Sets.Set;
1715+ Filter : LSP.Locations.File_Span_Sets.Set;
17151716
17161717 Display_Method_Policy : constant
17171718 LSP.Enumerations.AlsDisplayMethodAncestryOnNavigationPolicy :=
@@ -1865,7 +1866,7 @@ package body LSP.Ada_Handlers is
18651866
18661867 Response : LSP.Structures.Definition_Result (LSP.Structures.Variant_1);
18671868 Vector : LSP.Structures.Location_Vector renames Response.Variant_1;
1868- Filter : LSP.Ada_Handlers. Locations.File_Span_Sets.Set;
1869+ Filter : LSP.Locations.File_Span_Sets.Set;
18691870
18701871 Imprecise : Boolean := False;
18711872
@@ -3013,7 +3014,7 @@ package body LSP.Ada_Handlers is
30133014 Response : LSP.Structures.Definition_Result (LSP.Structures.Variant_1);
30143015
30153016 Vector : LSP.Structures.Location_Vector renames Response.Variant_1;
3016- Filter : LSP.Ada_Handlers. Locations.File_Span_Sets.Set;
3017+ Filter : LSP.Locations.File_Span_Sets.Set;
30173018
30183019 Display_Method_Policy : constant
30193020 LSP.Enumerations.AlsDisplayMethodAncestryOnNavigationPolicy :=
@@ -3151,7 +3152,7 @@ package body LSP.Ada_Handlers is
31513152 (textDocument => (uri => Item.uri),
31523153 position => Item.selectionRange.start);
31533154
3154- Filter : LSP.Ada_Handlers. Locations.File_Span_Sets.Set;
3155+ Filter : LSP.Locations.File_Span_Sets.Set;
31553156
31563157 -- -------------------
31573158 -- Process_Context --
@@ -3500,7 +3501,7 @@ package body LSP.Ada_Handlers is
35003501 (textDocument => (uri => Item.uri),
35013502 position => Item.selectionRange.start);
35023503
3503- Filter : LSP.Ada_Handlers. Locations.File_Span_Sets.Set;
3504+ Filter : LSP.Locations.File_Span_Sets.Set;
35043505
35053506 -- -------------------
35063507 -- Process_Context --
@@ -3718,7 +3719,7 @@ package body LSP.Ada_Handlers is
37183719
37193720 Response : LSP.Structures.Location_Vector_Or_Null;
37203721 Imprecise : Boolean := False;
3721- Filter : LSP.Ada_Handlers. Locations.File_Span_Sets.Set;
3722+ Filter : LSP.Locations.File_Span_Sets.Set;
37223723
37233724 Additional_Kinds : AlsReferenceKind_Array :=
37243725 [others => False];
@@ -4419,7 +4420,7 @@ package body LSP.Ada_Handlers is
44194420
44204421 Response : LSP.Structures.Definition_Result (LSP.Structures.Variant_1);
44214422 Vector : LSP.Structures.Location_Vector renames Response.Variant_1;
4422- Filter : LSP.Ada_Handlers. Locations.File_Span_Sets.Set;
4423+ Filter : LSP.Locations.File_Span_Sets.Set;
44234424 Imprecise : Boolean := False;
44244425
44254426 procedure Resolve_In_Context (C : LSP.Ada_Context_Sets.Context_Access);
0 commit comments