MCPcopy Create free account
hub / github.com/argotorg/solidity / parserError

Method parserError

liblangutil/ParserBase.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void ParserBase::parserError(ErrorId _error, SourceLocation const& _location, std::string const& _description)
109{
110 m_errorReporter.parserError(_error, _location, _description);
111}
112
113void ParserBase::parserError(ErrorId _error, std::string const& _description)
114{

Callers 6

loadMissingSourcesMethod · 0.45
resolveImportsMethod · 0.45
expectAsmIdentifierMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected