slang/ast/LValue.h file

Compile-time lvalue representation (for constant evaluation)

Namespaces

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

Classes

class slang::ast::LValue
A representation of an lvalue used for constant evaluation.
struct slang::ast::LValue::Concat
A concatenation of lvalues is also an lvalue and can be assigned to.