Changeset 29702ad for src/Common/PassVisitor.impl.h
- Timestamp:
- Nov 22, 2022, 10:18:04 AM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 20cf96d
- Parents:
- 1553a55 (diff), d41735a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.impl.h
r1553a55 r29702ad 1047 1047 1048 1048 //-------------------------------------------------------------------------- 1049 // Inline ValueDecl1050 template< typename pass_type > 1051 void PassVisitor< pass_type >::visit( Inline ValueDecl * node ) {1049 // InlineMemberDecl 1050 template< typename pass_type > 1051 void PassVisitor< pass_type >::visit( InlineMemberDecl * node ) { 1052 1052 VISIT_START( node ); 1053 1053 … … 1058 1058 1059 1059 template< typename pass_type > 1060 void PassVisitor< pass_type >::visit( const Inline ValueDecl * node ) {1060 void PassVisitor< pass_type >::visit( const InlineMemberDecl * node ) { 1061 1061 VISIT_START( node ); 1062 1062 … … 1067 1067 1068 1068 template< typename pass_type > 1069 DeclarationWithType * PassVisitor< pass_type >::mutate( Inline ValueDecl * node ) {1069 DeclarationWithType * PassVisitor< pass_type >::mutate( InlineMemberDecl * node ) { 1070 1070 MUTATE_START( node ); 1071 1071
Note:
See TracChangeset
for help on using the changeset viewer.