Changes in src/AST/Fwd.hpp [b3a0df6:a056f56]
- File:
-
- 1 edited
-
src/AST/Fwd.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Fwd.hpp
rb3a0df6 ra056f56 139 139 struct TranslationUnit; 140 140 // TODO: Get from the TranslationUnit: 141 extern ptr<Type>sizeType;142 extern constFunctionDecl * dereferenceOperator;143 extern constStructDecl * dtorStruct;144 extern constFunctionDecl * dtorStructDestroy;141 extern Type * sizeType; 142 extern FunctionDecl * dereferenceOperator; 143 extern StructDecl * dtorStruct; 144 extern FunctionDecl * dtorStructDestroy; 145 145 146 146 }
Note:
See TracChangeset
for help on using the changeset viewer.