Changes in src/AST/Visitor.hpp [acb33f15:525f7ad]
- File:
-
- 1 edited
-
src/AST/Visitor.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Visitor.hpp
racb33f15 r525f7ad 75 75 virtual const ast::Expr * visit( const ast::ConstantExpr * ) = 0; 76 76 virtual const ast::Expr * visit( const ast::SizeofExpr * ) = 0; 77 virtual const ast::Expr * visit( const ast::CountExpr * ) = 0; 77 78 virtual const ast::Expr * visit( const ast::AlignofExpr * ) = 0; 78 79 virtual const ast::Expr * visit( const ast::UntypedOffsetofExpr * ) = 0;
Note:
See TracChangeset
for help on using the changeset viewer.