From fb328b778cdd0c6022ce072689cb3d8b333232f8 Mon Sep 17 00:00:00 2001 From: Lefteris Karapetsas Date: Tue, 24 Feb 2015 17:31:06 +0100 Subject: Changes after rebase on top of Array Parsing --- Parser.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Parser.h') diff --git a/Parser.h b/Parser.h index 9e4c7bb2..87eb2f8f 100644 --- a/Parser.h +++ b/Parser.h @@ -114,11 +114,11 @@ private: /// Returns a typename parsed in look-ahead fashion from something like "a[8][2**70]". ASTPointer typeNameIndexAccessStructure( ASTPointer const& _primary, - std::vector, Location>> const& _indices); + std::vector, SourceLocation>> const& _indices); /// Returns an expression parsed in look-ahead fashion from something like "a[8][2**70]". ASTPointer expressionFromIndexAccessStructure( ASTPointer const& _primary, - std::vector, Location>> const& _indices); + std::vector, SourceLocation>> const& _indices); /// If current token value is not _value, throw exception otherwise advance token. void expectToken(Token::Value _value); Token::Value expectAssignmentOperator(); -- cgit v1.2.3