| 1 | //! C/C++ parser for semantic analysis. |
| 2 | //! |
| 3 | //! Extracts functions, classes, structs, namespaces, enums, type aliases, |
| 4 | //! includes, and preprocessor definitions from C and C++ source code using |
nothing calls this directly
no outgoing calls
no test coverage detected