Rémi Bernon (@rbernon) commented about tools/widl/widltypes.h:
struct location where; unsigned int ignore : 1; unsigned int defined : 1;
- unsigned int defined_in_import : 1;
What about decoupling this from the definition status? Something like `is_imported`?