Changeset 561354f for src/AST/Visitor.hpp
- Timestamp:
- May 17, 2023, 1:33:39 AM (2 years ago)
- Branches:
- ADT
- Children:
- d6c464d
- Parents:
- 28f8f15
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Visitor.hpp
r28f8f15 r561354f 27 27 virtual const ast::Decl * visit( const ast::UnionDecl * ) = 0; 28 28 virtual const ast::Decl * visit( const ast::EnumDecl * ) = 0; 29 virtual const ast::Decl * visit( const ast::AdtDecl * ) = 0; 29 30 virtual const ast::Decl * visit( const ast::TraitDecl * ) = 0; 30 31 virtual const ast::Decl * visit( const ast::TypeDecl * ) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.