| 260 | SourceWriter& FormatVisitor::cur_writer() { return *writers_.back(); } |
| 261 | |
| 262 | int FormatVisitor::cur_columns() { return (*writers_.back()).columns().back(); } |
| 263 | |
| 264 | // Add a white space before line comment |
| 265 | std::string FormatVisitor::formatLineComment(Token* token) { |
nothing calls this directly
no outgoing calls
no test coverage detected