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

Method parserWarning

liblangutil/ParserBase.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void ParserBase::parserWarning(ErrorId _error, std::string const& _description)
99{
100 m_errorReporter.warning(_error, currentLocation(), _description);
101}
102
103void ParserBase::parserWarning(ErrorId _error, SourceLocation const& _location, std::string const& _description)
104{

Callers

nothing calls this directly

Calls 1

warningMethod · 0.45

Tested by

no test coverage detected