Scope.needsCodegen

struct Scope
extern (D) @safe @nogc pure nothrow const
bool
needsCodegen
()

Return Value

Type: bool

true if the code needs to go all the way through to code generation. This implies things like needing lowering to simpler forms.

Meta