fn refAllDecls(comptime T: type) void

Given a type, references all the declarations inside, so that the semantic analyzer sees them.

Parameters

T: type,