slang/ast/symbols/InstanceSymbols.h file

Contains instance-related symbol definitions.

Namespaces

namespace slang
Root namespace.
namespace slang::ast
The SystemVerilog AST.

Classes

class slang::ast::InstanceSymbolBase
Common functionality for module, interface, program, and primitive instances.
class slang::ast::InstanceSymbol
Represents an instance of a module, interface, or program.
class slang::ast::UninstantiatedDefSymbol
Represents an instance of a definition (module / interface / program / checker) that is not actually instantiated in the design.