SemanticPass1.Deferred

Collects info about nodes which have to be evaluated later.

class SemanticPass1
static
class Deferred {
Node node;
ScopeSymbol symbol;
LinkageType linkageType;
Protection protection;
StorageClass storageClass;
uint alignSize;
}

Meta