Changes in src/SynTree/SynTree.h [033ff37:d807ca28]
- File:
-
- 1 edited
-
src/SynTree/SynTree.h (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/SynTree.h
r033ff37 rd807ca28 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Thu Jul 25 22:37:45 201913 // Update Count : 1 211 // Last Modified By : Andrew Beach 12 // Last Modified On : Mon Jul 24 16:54:00 2017 13 // Update Count : 11 14 14 // 15 15 … … 34 34 class NamedTypeDecl; 35 35 class TypeDecl; 36 class FtypeDecl; 37 class DtypeDecl; 36 38 class TypedefDecl; 37 39 class AsmDecl; … … 79 81 class OffsetofExpr; 80 82 class OffsetPackExpr; 83 class AttrExpr; 81 84 class LogicalExpr; 82 85 class ConditionalExpr; … … 87 90 class ConstructorExpr; 88 91 class CompoundLiteralExpr; 92 class UntypedValofExpr; 89 93 class RangeExpr; 90 94 class UntypedTupleExpr; … … 97 101 class InitExpr; 98 102 class DeletedExpr; 99 class DefaultArgExpr;100 103 class GenericExpr; 101 104 … … 106 109 class ArrayType; 107 110 class ReferenceType; 108 class QualifiedType;109 111 class FunctionType; 110 112 class ReferenceToType; … … 120 122 class ZeroType; 121 123 class OneType; 122 class GlobalScopeType;123 124 124 125 class Designation; … … 127 128 class ListInit; 128 129 class ConstructorInit; 130 131 class Subrange; 129 132 130 133 //template <class T> // emulate a union with templates?
Note:
See TracChangeset
for help on using the changeset viewer.