UnusedStorageCheck.ignoreDeclarations

Ignore declarations which are allowed to be unused, e.g. inside of a speculative compilation: __traits(compiles, { S s = 0; })

class UnusedStorageCheck
uint ignoreDeclarations;

Meta