'args' are being matched to function 'this' Determine match level.
Extends TypeNext.constConv by also checking for matching attributes *
Return true if there are lazy parameters.
Check for extern (D) U func(T t, ...) variadic function type, which has _arguments[] added as the first argument.
Take the specified storage class for p, and use the function signature to infer whether STC.scope_ and STC.return_ should be OR'd in. (This will not affect the name mangling.)
Set 'purity' field of 'this'. Do this lazily, as the parameter types might be forward referenced.
Convert an argumentList, which may contain named arguments, into a list of arguments in the order of the parameter list.
For TypeFunction, nextOf() can return NULL if the function return type is meant to be inferred, and semantic() hasn't yet ben run on the function. After semantic(), it must no longer be NULL.