Compiler.onStatementSemanticDone

Used to insert functionality after the end of the semantic analysis of a statement when importing DMD as a library

struct Compiler
version(CallbackAPI)
__gshared
OnStatementSemanticDone onStatementSemanticDone;
Suggestion Box / Bug Report