Changes in src/Common/PassVisitor.h [71806e0:b0d9ff7]
- File:
-
- 1 edited
-
src/Common/PassVisitor.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.h
r71806e0 rb0d9ff7 81 81 virtual void visit( StaticAssertDecl * assertDecl ) override final; 82 82 virtual void visit( const StaticAssertDecl * assertDecl ) override final; 83 virtual void visit( InlineMemberDecl * valueDecl ) override final;84 virtual void visit( const InlineMemberDecl * valueDecl ) override final;85 83 86 84 virtual void visit( CompoundStmt * compoundStmt ) override final; … … 275 273 virtual DirectiveDecl * mutate( DirectiveDecl * directiveDecl ) override final; 276 274 virtual StaticAssertDecl * mutate( StaticAssertDecl * assertDecl ) override final; 277 virtual DeclarationWithType * mutate( InlineMemberDecl * valueDecl ) override final;278 275 279 276 virtual CompoundStmt * mutate( CompoundStmt * compoundStmt ) override final;
Note:
See TracChangeset
for help on using the changeset viewer.