slang/ast/symbols/ValueSymbol.h file

Base class for all value symbols.

Namespaces

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

Classes

class slang::ast::ValueSymbol
A base class for symbols that represent a value (for example a variable or a parameter).
class slang::ast::ValueDriver
Represents an expression that drives a value by assigning to some range of its type.