| 90 | } |
| 91 | |
| 92 | void Generator::Tag::close(llvm::raw_ostream &myfile) const |
| 93 | { |
| 94 | myfile << "</" << name << ">"; |
| 95 | } |
| 96 | |
| 97 | void Generator::generate(llvm::StringRef outputPrefix, std::string dataPath, const std::string &filename, |
| 98 | const char* begin, const char* end, llvm::StringRef footer, llvm::StringRef warningMessage, |
no outgoing calls
no test coverage detected