| 91 | }; |
| 92 | |
| 93 | struct File { |
| 94 | std::vector<EnumDecl> enums; |
| 95 | std::vector<StructDecl> structs; |
| 96 | std::vector<ProtocolDecl> protocols; |
| 97 | std::vector<Interface> interfaces; |
| 98 | }; |
| 99 | |
| 100 | enum class Tok { |
| 101 | Ident, |
nothing calls this directly
no outgoing calls
no test coverage detected