Improved inline comments for the following:
- Printing names of types (based on type index)
- Printing all enum names (e.g. for Calling convention, access specifier, method kinds etc)
- Printing all enabled flag names (e.g. enabled flags for Function options, modifier names, properties, attributes etc )
I don't think this needs to return std::string, it only return string literals, which live forever.