| 301 | |
| 302 | public: |
| 303 | StringStream() |
| 304 | : ::llvm::raw_string_ostream{mData} |
| 305 | { |
| 306 | } |
| 307 | |
| 308 | void Print(const TemplateArgument&); |
| 309 | void Print(const TemplateSpecializationType&); |
nothing calls this directly
no outgoing calls
no test coverage detected