Fixtype for fully qualified identifiers
This is a product type introduced by fty::defprod.
This type tags an identifiers with an optional filepath for the translation unit in which it was defined. This tagged identifier is unique across a translation unit ensemble.
Only identifiers with internal linkage are tagged with a filepath. External identifiers do not need qualification, as they are already unique across the translation unit ensemble.