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