Changeset 2724b4e for src/AST/TypeSubstitution.hpp
- Timestamp:
- Sep 16, 2020, 1:48:17 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 673eb7a
- Parents:
- c402739f (diff), da9a27c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/AST/TypeSubstitution.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/TypeSubstitution.hpp
rc402739f r2724b4e 169 169 void previsit( const ParameterizedType * type ); 170 170 /// Records type variable bindings from forall-statements and instantiations of generic types 171 void handleAggregateType( const ReferenceToType * type );171 void handleAggregateType( const BaseInstType * type ); 172 172 173 173 void previsit( const StructInstType * aggregateUseType );
Note:
See TracChangeset
for help on using the changeset viewer.