Changes in src/AST/Fwd.hpp [923d25a:37cdd97]
- File:
-
- 1 edited
-
src/AST/Fwd.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Fwd.hpp
r923d25a r37cdd97 10 10 // Created On : Wed May 8 16:05:00 2019 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Thr Jul 23 14:15:00 202013 // Update Count : 212 // Last Modified On : Mon Jun 24 09:48:00 2019 13 // Update Count : 1 14 14 // 15 15 … … 108 108 class FunctionType; 109 109 class ReferenceToType; 110 template<typename decl_t> class SueInstType; 111 using StructInstType = SueInstType<StructDecl>; 112 using UnionInstType = SueInstType<UnionDecl>; 113 using EnumInstType = SueInstType<EnumDecl>; 110 class StructInstType; 111 class UnionInstType; 112 class EnumInstType; 114 113 class TraitInstType; 115 114 class TypeInstType;
Note:
See TracChangeset
for help on using the changeset viewer.