Member predicate Expr::getExplicitArgumentName
Gets the explicit parameter name used to pass this expression as an
argument for, if any. For example, if this expression is 0
in
M(second: 1, first: 0)
then the result is "first"
.
Gets the explicit parameter name used to pass this expression as an
argument for, if any. For example, if this expression is 0
in
M(second: 1, first: 0)
then the result is "first"
.