MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / EndSourceFileAction

Method EndSourceFileAction

Insights.cpp:305–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303public:
304 CppInsightFrontendAction() = default;
305 void EndSourceFileAction() override
306 {
307 mRewriter.getEditBuffer(mRewriter.getSourceMgr().getMainFileID()).write(llvm::outs());
308 }
309
310 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance& CI, StringRef /*file*/) override
311 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected