diff options
Diffstat (limited to 'ASTForward.h')
-rw-r--r-- | ASTForward.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ASTForward.h b/ASTForward.h index b86f18cf..aa5cd49c 100644 --- a/ASTForward.h +++ b/ASTForward.h @@ -44,6 +44,7 @@ class ParameterList; class FunctionDefinition; class VariableDeclaration; class ModifierDefinition; +class ModifierInvocation; class MagicVariableDeclaration; class TypeName; class ElementaryTypeName; @@ -74,6 +75,8 @@ class Identifier; class ElementaryTypeNameExpression; class Literal; +class VariableScope; + // Used as pointers to AST nodes, to be replaced by more clever pointers, e.g. pointers which do // not do reference counting but point to a special memory area that is completely released // explicitly. |