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
voiddsymbolSemantic(Dsymboldsym, Scope*sc);Does semantic analysis on the public face of declarations.