Member predicate Call::getArgumentForName
Gets the argument to this call associated with the parameter with the given
name, if any.
This takes into account both positional and named arguments, but does not consider default arguments.
Expr getArgumentForName(string name)