Changeset 1e8b02f5 for src/SynTree/Type.h
- Timestamp:
- Aug 26, 2016, 3:06:08 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, 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:
- 5e644d3e
- Parents:
- f2a4f6c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Type.h
rf2a4f6c r1e8b02f5 327 327 TypeInstType( const Type::Qualifiers &tq, const std::string &name, bool isFtype ); 328 328 TypeInstType( const TypeInstType &other ) : Parent( other ), baseType( other.baseType ), isFtype( other.isFtype ) {} 329 ~TypeInstType(); 329 330 330 331 TypeDecl *get_baseType() const { return baseType; }
Note: See TracChangeset
for help on using the changeset viewer.