| 303 | public: |
| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected