When calculating the ODR hash of a `FunctionNoProtoType` do not
include qualifiers derived from `FastTypeQuals`. These are only
defined in the constructor for `FunctionProtoType`.
This change ensures the ODR hash and PCM output is stable for
andany modules containing `FunctionNoProtoType`s.