File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -313,8 +313,9 @@ package body LSP.Ada_Handlers.Call_Hierarchy is
313
313
end if ;
314
314
end Callback ;
315
315
316
- Ignore : Libadalang.Common.Ref_Result_Kind;
317
316
Cursor : Laltools.Common.References_By_Subprogram.Cursor;
317
+ Ignore : Libadalang.Common.Ref_Result_Kind :=
318
+ Libadalang.Common.No_Ref;
318
319
319
320
begin
320
321
Laltools.Call_Hierarchy.Find_Outgoing_Calls
Original file line number Diff line number Diff line change @@ -2539,8 +2539,9 @@ package body LSP.Ada_Handlers is
2539
2539
2540
2540
Definition : Libadalang.Analysis.Defining_Name;
2541
2541
Imprecise : Boolean := False;
2542
- Ignore : Libadalang.Common.Ref_Result_Kind;
2543
2542
Decl : Libadalang.Analysis.Basic_Decl;
2543
+ Ignore : Libadalang.Common.Ref_Result_Kind :=
2544
+ Libadalang.Common.No_Ref;
2544
2545
2545
2546
begin
2546
2547
if Name_Node.Is_Null then
You can’t perform that action at this time.
0 commit comments