Changeset bd46af4 for src/Parser/TypeData.h
- Timestamp:
- Aug 14, 2017, 10:46:35 AM (5 years ago)
- Branches:
- aaron-thesis, arm-eh, 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:
- 406a6e6, 8217e8f
- Parents:
- f6cc2096
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TypeData.h
rf6cc2096 rbd46af4 9 9 // Author : Rodolfo G. Esteves 10 10 // Created On : Sat May 16 15:18:36 2015 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Sat Jul 22 09:32:47201713 // Update Count : 18 811 // Last Modified By : Andrew Beach 12 // Last Modified On : Mon Aug 14 10:38:00 2017 13 // Update Count : 189 14 14 // 15 15 … … 107 107 ReferenceToType * buildAggInst( const TypeData * ); 108 108 TypeDecl * buildVariable( const TypeData * ); 109 EnumDecl * buildEnum( const TypeData *, std::list< Attribute * > );109 EnumDecl * buildEnum( const TypeData *, std::list< Attribute * >, LinkageSpec::Spec ); 110 110 TypeInstType * buildSymbolicInst( const TypeData * ); 111 111 TupleType * buildTuple( const TypeData * );
Note: See TracChangeset
for help on using the changeset viewer.