declCtx
The current DeclarationContext. This is somewhat of a workaround since we cannot properly communicate state between different handlers. However, because within a LanguageFrontend, everything is parsed sequentially according to AST order, we can safely use this context here.