| 84 | static void escapeAttr(llvm::raw_ostream& os, llvm::StringRef s); |
| 85 | |
| 86 | struct EscapeAttr { llvm::StringRef value; }; |
| 87 | }; |
| 88 | |
| 89 | inline llvm::raw_ostream& operator<<(llvm::raw_ostream& os, Generator::EscapeAttr s) |
nothing calls this directly
no outgoing calls
no test coverage detected