mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use paths instead of simple identifiers wherever possible.
This commit is contained in:
@@ -77,6 +77,7 @@ private:
|
||||
ASTPointer<UsingForDirective> parseUsingDirective();
|
||||
ASTPointer<ModifierInvocation> parseModifierInvocation();
|
||||
ASTPointer<Identifier> parseIdentifier();
|
||||
ASTPointer<UserDefinedTypeName> parseUserDefinedTypeName();
|
||||
ASTPointer<TypeName> parseTypeName(bool _allowVar);
|
||||
ASTPointer<Mapping> parseMapping();
|
||||
ASTPointer<ParameterList> parseParameterList(
|
||||
|
||||
Reference in New Issue
Block a user