module volta.util.moduleFromScope

Code for getting a module from a scope.

Code Map

//! Code for getting a module from a scope.
module volta.util.moduleFromScope;


fn getModuleFromScope(loc: const(Location), _scope: ir.Scope, errSink: ErrorSink) ir.Module { }