MCPcopy Create free account
hub / github.com/Nic30/hdlConvertor / Source_textParser

Method Source_textParser

src/svConvertor/source_textParser.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10using namespace hdlConvertor::hdlAst;
11
12Source_textParser::Source_textParser(antlr4::TokenStream &tokens,
13 HdlContext &ctx, bool _hierarchyOnly) :
14 BaseHdlParser(tokens, ctx, _hierarchyOnly) {
15}
16
17void Source_textParser::visitSource_text(
18 sv2017Parser::Source_textContext *ctx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected