Index: src/Common/PassVisitor.impl.h
===================================================================
--- src/Common/PassVisitor.impl.h	(revision fbecee54da078ee561a27cf4314fabc5a3252a5a)
+++ src/Common/PassVisitor.impl.h	(revision cde3891cf6fad8f4992b15ba425f866841ab9912)
@@ -1778,9 +1778,6 @@
 	VISIT_START( node );
 
-	indexerScopedAccept( node->result     , *this );
-	maybeAccept_impl   ( node->callExpr   , *this );
-	maybeAccept_impl   ( node->tempDecls  , *this );
-	maybeAccept_impl   ( node->returnDecls, *this );
-	maybeAccept_impl   ( node->dtors      , *this );
+	indexerScopedAccept( node->result    , *this );
+	maybeAccept_impl   ( node->callExpr  , *this );
 
 	VISIT_END( node );
@@ -1791,10 +1788,7 @@
 	MUTATE_START( node );
 
-	indexerScopedMutate( node->env        , *this );
-	indexerScopedMutate( node->result     , *this );
-	maybeMutate_impl   ( node->callExpr   , *this );
-	maybeMutate_impl   ( node->tempDecls  , *this );
-	maybeMutate_impl   ( node->returnDecls, *this );
-	maybeMutate_impl   ( node->dtors      , *this );
+	indexerScopedMutate( node->env       , *this );
+	indexerScopedMutate( node->result    , *this );
+	maybeMutate_impl   ( node->callExpr  , *this );
 
 	MUTATE_END( Expression, node );
