Changes in src/AST/TranslationUnit.hpp [b3a0df6:1be1e5a]
- File:
-
- 1 edited
-
src/AST/TranslationUnit.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/TranslationUnit.hpp
rb3a0df6 r1be1e5a 29 29 std::map< UniqueId, Decl * > idMap; 30 30 31 constType * sizeType;32 constFunctionDecl * dereference;33 constStructDecl * dtorStruct;34 constFunctionDecl * dtorDestroy;31 Type * sizeType; 32 FunctionDecl * dereference; 33 StructDecl * dtorStruct; 34 FunctionDecl * dtorDestroy; 35 35 } global; 36 36 };
Note:
See TracChangeset
for help on using the changeset viewer.