class
#include <slang/ast/symbols/BlockSymbols.h>
GenerateBlockArraySymbol Represents an array of generate blocks, as generated by a loop generate construct.
Base classes
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.