| 1775 | } |
| 1776 | |
| 1777 | antlrcpp::Any FormatVisitor::visitTerminal(tree::TerminalNode* node) { |
| 1778 | cur_writer() << node->getText(); |
| 1779 | return nullptr; |
| 1780 | } |
| 1781 | |
| 1782 | bool FormatVisitor::needKeepBlockOneLine(tree::ParseTree* previousNode, LuaParser::BlockContext* ctx, |
| 1783 | BlockType blockType) { |
nothing calls this directly
no outgoing calls
no test coverage detected