| 128 | clang::SourceManager &getSourceMgr() { return *sourceManager; } |
| 129 | const clang::LangOptions &getLangOpts() const { return *langOption; } |
| 130 | void setArgs(std::string a) { args = std::move(a); } |
| 131 | |
| 132 | bool generate(clang::Sema&, bool WasInDatabase); |
| 133 |
nothing calls this directly
no outgoing calls
no test coverage detected