Changes in src/AST/Visitor.hpp [3d9d017:59c8dff]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Visitor.hpp
r3d9d017 r59c8dff 79 79 virtual const ast::Expr * visit( const ast::OffsetofExpr * ) = 0; 80 80 virtual const ast::Expr * visit( const ast::OffsetPackExpr * ) = 0; 81 virtual const ast::Expr * visit( const ast::EnumPosExpr * ) = 0; 81 82 virtual const ast::Expr * visit( const ast::LogicalExpr * ) = 0; 82 83 virtual const ast::Expr * visit( const ast::ConditionalExpr * ) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.