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