slang::ast::GenerateBlockArraySymbol class

Represents an array of generate blocks, as generated by a loop generate construct.

Base classes

class Symbol
Base class for all symbols (logical code constructs) such as modules, types, functions, variables, etc.
class Scope
Base class for symbols that represent a name scope; that is, they contain children and can participate in name lookup.

Public static functions

static auto fromSyntax(Compilation& compilation, const syntax::LoopGenerateSyntax& syntax, SymbolIndex scopeIndex, const ASTContext& context, uint32_t constructIndex) -> GenerateBlockArraySymbol&
Creates a generate block array from the given loop-generate syntax node.