Changes in src/AST/Decl.hpp [16d862d:90e683b]
- File:
-
- 1 edited
-
src/AST/Decl.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Decl.hpp
r16d862d r90e683b 9 9 // Author : Aaron B. Moss 10 10 // Created On : Thu May 9 10:00:00 2019 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Sun Jun 28 21:54:18 202613 // Update Count : 3 611 // Last Modified By : Andrew Beach 12 // Last Modified On : Wed Apr 5 10:42:00 2023 13 // Update Count : 35 14 14 // 15 15 … … 108 108 init( init ), bitfieldWidth( bitWd ) {} 109 109 110 const Type * get_type() const override { return type; }110 const Type* get_type() const override { return type; } 111 111 void set_type( const Type * ty ) override { type = ty; } 112 112
Note:
See TracChangeset
for help on using the changeset viewer.