| 118 | void syntaxHighlight(Generator& generator, clang::FileID FID, clang::Sema&); |
| 119 | public: |
| 120 | explicit Annotator(ProjectManager &pm) : projectManager(pm) {} |
| 121 | ~Annotator(); |
| 122 | |
| 123 | ProjectManager &projectManager; |
nothing calls this directly
no outgoing calls
no test coverage detected