Changes in src/AST/TranslationUnit.hpp [fed03b3:39d8950]
- File:
-
- 1 edited
-
src/AST/TranslationUnit.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/TranslationUnit.hpp
rfed03b3 r39d8950 10 10 // Created On : Tue Jun 11 15:30:00 2019 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : T hr Mar 9 16:41:00 202313 // Update Count : 212 // Last Modified On : Tue Mar 11 11:19:00 2022 13 // Update Count : 1 14 14 // 15 15 … … 17 17 18 18 #include <map> 19 #include < list>19 #include <vector> 20 20 21 21 #include "Fwd.hpp" … … 28 28 29 29 ptr<Type> sizeType; 30 const FunctionDecl * dereference = nullptr;31 const StructDecl * dtorStruct = nullptr;32 const FunctionDecl * dtorDestroy = nullptr;30 const FunctionDecl * dereference; 31 const StructDecl * dtorStruct; 32 const FunctionDecl * dtorDestroy; 33 33 }; 34 34
Note:
See TracChangeset
for help on using the changeset viewer.