Index: src/SynTree/Declaration.h
===================================================================
--- src/SynTree/Declaration.h	(revision 0f798534e5e22d73c97f4df465f395acdb91f398)
+++ src/SynTree/Declaration.h	(revision 29f9e20c3cabdb3ee724c7e3c4b6cc97003758c9)
@@ -266,4 +266,5 @@
 	bool body;
 	std::list< Attribute * > attributes;
+	AggregateDecl * parent = nullptr;
 
 	AggregateDecl( const std::string &name, const std::list< Attribute * > & attributes = std::list< class Attribute * >(), LinkageSpec::Spec linkage = LinkageSpec::Cforall );
