Changeset 361bf01 for src/AST/TypeSubstitution.hpp
- 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/TypeSubstitution.hpp
ra6e0e4c r361bf01 167 167 168 168 /// Records type variable bindings from forall-statements 169 void previsit( const ParameterizedType * type );169 void previsit( const FunctionType * type ); 170 170 /// Records type variable bindings from forall-statements and instantiations of generic types 171 171 void handleAggregateType( const BaseInstType * type );
Note: See TracChangeset
for help on using the changeset viewer.