dmd.dsymbolsem
Does the semantic 1 pass on the AST, which looks at symbol declarations but not initializers or function bodies.
License
Source: dsymbolsem.d
Documentation: https://dlang.org/phobos/dmd_dsymbolsem.html
-
Declaration
void
dsymbolSemantic
(Dsymboldsym
, Scope*sc
);Does semantic analysis on the public face of declarations.