slang/ast/expressions/CallExpression.h file

Definitions for call expressions.

Namespaces

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

Classes

class slang::ast::CallExpression
Represents a subroutine call.
struct slang::ast::CallExpression::IteratorCallInfo
Extra information associated with an iterator method call.
struct slang::ast::CallExpression::RandomizeCallInfo
Extra information associated with a randomize method call.
struct slang::ast::CallExpression::SystemCallInfo
Additional context that applies to system subroutine calls.