| 10 | using namespace hdlConvertor::hdlAst; |
| 11 | |
| 12 | Source_textParser::Source_textParser(antlr4::TokenStream &tokens, |
| 13 | HdlContext &ctx, bool _hierarchyOnly) : |
| 14 | BaseHdlParser(tokens, ctx, _hierarchyOnly) { |
| 15 | } |
| 16 | |
| 17 | void Source_textParser::visitSource_text( |
| 18 | sv2017Parser::Source_textContext *ctx) { |
nothing calls this directly
no outgoing calls
no test coverage detected