ArgumentList

The arguments of a function call

Contains a list of expressions. If it is a named argument, the names list has a non-null entry at the same index.

struct ArgumentList {
Expressions* arguments;
Identifiers* names;
}

Members

Functions

hasNames
bool hasNames()

Meta