MCPcopy Create free account
hub / github.com/KDAB/codebrowser / ~BrowserASTConsumer

Method ~BrowserASTConsumer

generator/main.cpp:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected