Changeset e3e16bc for src/SynTree/Declaration.h
- Timestamp:
- Sep 13, 2017, 2:34:55 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 982832e
- Parents:
- 9f5ecf5
- File:
-
- 1 edited
-
src/SynTree/Declaration.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Declaration.h
r9f5ecf5 re3e16bc 156 156 157 157 Type * get_type() const { return type; } 158 virtual void set_type(Type * t) { type = s afe_dynamic_cast< FunctionType* >( t ); }158 virtual void set_type(Type * t) { type = strict_dynamic_cast< FunctionType* >( t ); } 159 159 160 160 FunctionType * get_functionType() const { return type; }
Note:
See TracChangeset
for help on using the changeset viewer.