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

Method fatalDeclarationError

liblangutil/ErrorReporter.cpp:177–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void ErrorReporter::fatalDeclarationError(ErrorId _error, SourceLocation const& _location, std::string const& _description)
178{
179 fatalError(
180 _error,
181 Error::Type::DeclarationError,
182 _location,
183 _description);
184}
185
186void ErrorReporter::parserError(ErrorId _error, SourceLocation const& _location, std::string const& _description)
187{

Callers 6

visitMethod · 0.80
findCycleMethod · 0.80
checkReceiveFunctionMethod · 0.80
endVisitMethod · 0.80
visitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected