dmd.dsymbolsem

Does the semantic 1 pass on the AST, which looks at symbol declarations but not initializers or function bodies.

Authors

Walter Bright

Source: dsymbolsem.d

  • Declaration

    void dsymbolSemantic(Dsymbol dsym, Scope* sc);

    Does semantic analysis on the public face of declarations.