MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / initParser

Method initParser

src/SourceCompile/CompileSourceFile.cpp:196–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196bool CompileSourceFile::initParser() {
197 if (m_parser == nullptr)
198 m_parser = new ParseFile(m_fileId, this, m_compilationUnit, m_library,
199 m_ppResultFileId,
200 getCommandLineParser()->pythonListener());
201 return true;
202}
203
204bool CompileSourceFile::parse_() {
205 initParser();

Callers 1

parseinit_Method · 0.80

Calls 1

pythonListenerMethod · 0.80

Tested by

no test coverage detected