| 1 | //! Swift parser for semantic analysis. |
| 2 | //! |
| 3 | //! Extracts functions, classes, structs, enums, protocols, methods, initializers, |
| 4 | //! properties, imports, and type aliases from Swift source code using |
nothing calls this directly
no outgoing calls
no test coverage detected