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

Method getErrorContainer

src/SourceCompile/ParseFile.cpp:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148ErrorContainer* ParseFile::getErrorContainer() {
149 return m_errors ? m_errors : m_compileSourceFile->getErrorContainer();
150}
151
152SymbolId ParseFile::registerSymbol(std::string_view symbol) {
153 return getCompileSourceFile()->getSymbolTable()->registerSymbol(symbol);

Callers 15

start_compilerFunction · 0.45
evalScriptMethod · 0.45
SLaddErrorContextFunction · 0.45
SLaddMLErrorContextFunction · 0.45
logErrorMethod · 0.45
restoreMethod · 0.45
saveMethod · 0.45
restoreMethod · 0.45
saveMethod · 0.45
restoreMethod · 0.45
saveMethod · 0.45
collectObjects_Method · 0.45

Calls

no outgoing calls

Tested by 4

bindFunctionBodies_Method · 0.36
bindProperties_Method · 0.36