Compiler.onStatementSemanticStart

Used to insert functionality before the start of the semantic analysis of a statement when importing DMD as a library

struct Compiler
version(CallbackAPI)
__gshared
OnStatementSemanticStart onStatementSemanticStart;
Suggestion Box / Bug Report