Changeset 361bf01 for src/AST/Convert.cpp
- Timestamp:
- Dec 11, 2020, 11:20:45 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 5b9a0ae
- Parents:
- a6e0e4c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Convert.cpp
ra6e0e4c r361bf01 1217 1217 1218 1218 const ast::Type * postvisit( const ast::BaseInstType * old, ReferenceToType * ty ) { 1219 ty->forall = get<TypeDecl>().acceptL( old->forall );1220 1219 ty->parameters = get<Expression>().acceptL( old->params ); 1221 1220 ty->hoistType = old->hoistType; … … 2616 2615 2617 2616 void postvisit( const ReferenceToType * old, ast::BaseInstType * ty ) { 2618 ty->forall = GET_ACCEPT_V( forall, TypeDecl );2619 2617 ty->params = GET_ACCEPT_V( parameters, Expr ); 2620 2618 ty->hoistType = old->hoistType;
Note: See TracChangeset
for help on using the changeset viewer.