Changes in src/Common/PassVisitor.impl.h [5408b59:b0d9ff7]
- File:
-
- 1 edited
-
src/Common/PassVisitor.impl.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.impl.h
r5408b59 rb0d9ff7 1934 1934 indexerScopedAccept( node->result, *this ); 1935 1935 maybeAccept_impl( node->type_decl, *this ); 1936 maybeAccept_impl( node->var, *this ); 1936 1937 1937 1938 VISIT_END( node ); … … 1944 1945 indexerScopedAccept( node->result, *this ); 1945 1946 maybeAccept_impl( node->type_decl, *this ); 1947 maybeAccept_impl( node->var, *this ); 1946 1948 1947 1949 VISIT_END( node ); … … 1955 1957 indexerScopedMutate( node->result, *this ); 1956 1958 maybeMutate_impl( node->type_decl, *this ); 1959 maybeAccept_impl( node->var, *this ); 1957 1960 1958 1961 MUTATE_END( Expression, node );
Note:
See TracChangeset
for help on using the changeset viewer.