dmd.statementsem

Does semantic analysis for statements.

Specification: Statements

Members

Functions

makeTupleForeach
TupleForeachRet!(isStatic, isDecl) makeTupleForeach(Scope* sc, ForeachStatement fs, TupleForeachArgs!(isStatic, isDecl) args)

See StatementSemanticVisitor.makeTupleForeach. This is a simple wrapper that returns the generated statements/declarations.

Templates

TupleForeachArgs
template TupleForeachArgs(bool isStatic, bool isDecl)

Determines additional argument types for makeTupleForeach.

TupleForeachRet
template TupleForeachRet(bool isStatic, bool isDecl)

Determines the return type of makeTupleForeach.

Meta

Suggestion Box / Bug Report