Changes in src/SynTree/SynTree.h [630a82a:0f8e4ac]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/SynTree.h
r630a82a r0f8e4ac 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // SynTree.h -- 7 // SynTree.h -- 8 8 // 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 : Fri Apr 1 16:47:44201611 // Last Modified By : Rob Schluntz 12 // Last Modified On : Thu Apr 14 15:31:36 2016 13 13 // Update Count : 5 14 14 // … … 56 56 class DeclStmt; 57 57 class NullStmt; 58 class ImplicitCtorDtorStmt; 58 59 59 60 class Expression; … … 72 73 class UntypedOffsetofExpr; 73 74 class OffsetofExpr; 75 class OffsetPackExpr; 74 76 class AttrExpr; 75 77 class LogicalExpr; … … 80 82 class TypeExpr; 81 83 class AsmExpr; 84 class ImplicitCopyCtorExpr; 82 85 class UntypedValofExpr; 83 86 class CompoundLiteralExpr; … … 103 106 class SingleInit; 104 107 class ListInit; 108 class ConstructorInit; 105 109 106 110 class Subrange; … … 109 113 class Constant; 110 114 111 typedef std::string Label; 115 // typedef std::string Label; 116 class Label; 112 117 typedef unsigned int UniqueId; 113 118 114 119 class TypeSubstitution; 120 121 // gcc attribute 122 class Attribute; 115 123 116 124 #endif // SYNTREE_H
Note:
See TracChangeset
for help on using the changeset viewer.