Changeset 561354f for src/AST/Pass.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/Pass.hpp
r28f8f15 r561354f 139 139 const ast::Decl * visit( const ast::UnionDecl * ) override final; 140 140 const ast::Decl * visit( const ast::EnumDecl * ) override final; 141 const ast::Decl * visit( const ast::AdtDecl * ) override final; 141 142 const ast::Decl * visit( const ast::TraitDecl * ) override final; 142 143 const ast::Decl * visit( const ast::TypeDecl * ) override final;
Note:
See TracChangeset
for help on using the changeset viewer.