| 302 | |
| 303 | public: |
| 304 | CppInsightFrontendAction() = default; |
| 305 | void EndSourceFileAction() override |
| 306 | { |
| 307 | mRewriter.getEditBuffer(mRewriter.getSourceMgr().getMainFileID()).write(llvm::outs()); |
nothing calls this directly
no outgoing calls
no test coverage detected