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

Method addError

src/SourceCompile/ParseFile.cpp:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void ParseFile::addError(Error& error) {
165 getCompileSourceFile()->getErrorContainer()->addError(error);
166}
167
168void ParseFile::buildLineInfoCache_() {
169 PreprocessFile* pp = getCompileSourceFile()->getPreprocessor();

Callers 15

executeCompilationFunction · 0.45
processArgs_Method · 0.45
parseCommandLineMethod · 0.45
checkCommandLine_Method · 0.45
prepareCompilation_Method · 0.45
setupCache_Method · 0.45
SLaddErrorFunction · 0.45
SLaddMLErrorFunction · 0.45
SLaddErrorContextFunction · 0.45
SLaddMLErrorContextFunction · 0.45
logErrorMethod · 0.45

Calls 1

getErrorContainerMethod · 0.45

Tested by 4

bindSubRoutineCall_Method · 0.36
bindProperties_Method · 0.36