file
MemberSymbols.hContains member-related symbol definitions.
Namespaces
- namespace slang
- Root namespace.
- namespace slang::ast
- The SystemVerilog AST.
Classes
- class slang::ast::EmptyMemberSymbol
- class slang::ast::TransparentMemberSymbol
- class slang::ast::ExplicitImportSymbol
- Represents an explicit import from a package.
- class slang::ast::WildcardImportSymbol
- class slang::ast::ModportPortSymbol
- Represents a single port specifier in a modport declaration.
- class slang::ast::ModportClockingSymbol
- Represents a clocking block port.
- class slang::ast::ModportSymbol
- Represents a modport within an interface definition.
- class slang::ast::ContinuousAssignSymbol
- Represents a continuous assignment statement.
- class slang::ast::GenvarSymbol
- Represents a genvar declaration.
- class slang::ast::ElabSystemTaskSymbol
- Represents an elaboration system task, such as $error or $warning.
- class slang::ast::AssertionPortSymbol
- class slang::ast::SequenceSymbol
- Represents a named sequence object.
- class slang::ast::PropertySymbol
- Represents a named property object.
- class slang::ast::LetDeclSymbol
- Represents a let declaration.
- class slang::ast::ClockingBlockSymbol
- Represents a clocking block.