Changeset 361bf01 for src/AST/Pass.impl.hpp
- Timestamp:
- Dec 11, 2020, 11:20:45 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 5b9a0ae
- Parents:
- a6e0e4c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Pass.impl.hpp
ra6e0e4c r361bf01 1777 1777 VISIT({ 1778 1778 guard_symtab guard { *this }; 1779 guard_forall_subs forall_guard { *this, node };1780 mutate_forall( node );1781 1779 maybe_accept( node, &StructInstType::params ); 1782 1780 }) … … 1795 1793 VISIT({ 1796 1794 guard_symtab guard { *this }; 1797 guard_forall_subs forall_guard { *this, node };1798 mutate_forall( node );1799 1795 maybe_accept( node, &UnionInstType::params ); 1800 1796 }) … … 1810 1806 1811 1807 VISIT({ 1812 guard_forall_subs forall_guard { *this, node };1813 mutate_forall( node );1814 1808 maybe_accept( node, &EnumInstType::params ); 1815 1809 }) … … 1825 1819 1826 1820 VISIT({ 1827 guard_forall_subs forall_guard { *this, node };1828 mutate_forall( node );1829 1821 maybe_accept( node, &TraitInstType::params ); 1830 1822 }) … … 1841 1833 VISIT( 1842 1834 { 1843 guard_forall_subs forall_guard { *this, node };1844 mutate_forall( node );1845 1835 maybe_accept( node, &TypeInstType::params ); 1846 1836 }
Note: See TracChangeset
for help on using the changeset viewer.