Changes in src/Virtual/ExpandCasts.h [ccbc65c:08fc48f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Virtual/ExpandCasts.h
rccbc65c r08fc48f 10 10 // Created On : Mon Jul 24 13:54:00 2017 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Fri Jul 29 14:40:00 202213 // Update Count : 112 // Last Modified On : Tus Jul 25 14:51:00 2017 13 // Update Count : 0 14 14 // 15 15 … … 19 19 20 20 class Declaration; 21 namespace ast {22 class TranslationUnit;23 }24 21 25 22 namespace Virtual { 26 void expandCasts( std::list< Declaration * > & translationUnit ); 27 void expandCasts( ast::TranslationUnit & translationUnit ); 28 // Breaks all virtual cast nodes up into translatable nodes. 23 void expandCasts( std::list< Declaration * > & translationUnit ); 24 // Breaks all virtual cast nodes up into translatable nodes. 29 25 30 // Later this might just set some information so it can happen at CodeGen.26 // Later this might just set some information so it can happen at CodeGen. 31 27 32 28 }
Note:
See TracChangeset
for help on using the changeset viewer.