You've already forked libadalang
mirror of
https://github.com/AdaCore/libadalang.git
synced 2026-02-12 12:28:54 -08:00
11 lines
257 B
Plaintext
11 lines
257 B
Plaintext
## vim: filetype=makoada
|
|
|
|
for Cur in Unit.Nodes_Nameres.Iterate loop
|
|
declare
|
|
V : Resolution_Val renames Unit.Nodes_Nameres.Reference (Cur);
|
|
begin
|
|
Free_Memoized_Error (V.Exc_Id, V.Exc_Msg);
|
|
Dec_Ref (V.Return_Value);
|
|
end;
|
|
end loop;
|