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

Method declarationError

liblangutil/ErrorReporter.cpp:156–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void ErrorReporter::declarationError(ErrorId _error, SourceLocation const& _location, SecondarySourceLocation const& _secondaryLocation, std::string const& _description)
157{
158 error(
159 _error,
160 Error::Type::DeclarationError,
161 _location,
162 _secondaryLocation,
163 _description
164 );
165}
166
167void ErrorReporter::declarationError(ErrorId _error, SourceLocation const& _location, std::string const& _description)
168{

Callers 15

visitMethod · 0.80
typeCheckConstructorMethod · 0.80
visitMethod · 0.80
endVisitMethod · 0.80
performImportsMethod · 0.80
importInheritedScopeMethod · 0.80
registerDeclarationMethod · 0.80
checkReceiveFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected