Changeset 29702ad for src/Common/PassVisitor.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.h
r1553a55 r29702ad 81 81 virtual void visit( StaticAssertDecl * assertDecl ) override final; 82 82 virtual void visit( const StaticAssertDecl * assertDecl ) override final; 83 virtual void visit( Inline ValueDecl * valueDecl ) override final;84 virtual void visit( const Inline ValueDecl * valueDecl ) override final;83 virtual void visit( InlineMemberDecl * valueDecl ) override final; 84 virtual void visit( const InlineMemberDecl * valueDecl ) override final; 85 85 86 86 virtual void visit( CompoundStmt * compoundStmt ) override final; … … 275 275 virtual DirectiveDecl * mutate( DirectiveDecl * directiveDecl ) override final; 276 276 virtual StaticAssertDecl * mutate( StaticAssertDecl * assertDecl ) override final; 277 virtual DeclarationWithType * mutate( Inline ValueDecl * valueDecl ) override final;277 virtual DeclarationWithType * mutate( InlineMemberDecl * valueDecl ) override final; 278 278 279 279 virtual CompoundStmt * mutate( CompoundStmt * compoundStmt ) override final;
Note:
See TracChangeset
for help on using the changeset viewer.