| 157 | ci.getPreprocessor().enableIncrementalProcessing(); |
| 158 | } |
| 159 | virtual ~BrowserASTConsumer() { |
| 160 | ci.getDiagnostics().setClient(new clang::IgnoringDiagConsumer, true); |
| 161 | } |
| 162 | |
| 163 | virtual void Initialize(clang::ASTContext& Ctx) override { |
| 164 | annotator.setSourceMgr(Ctx.getSourceManager(), Ctx.getLangOpts()); |
nothing calls this directly
no outgoing calls
no test coverage detected