Changes in src/AST/Decl.hpp [3606fe4:3992098]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Decl.hpp
r3606fe4 r3992098 217 217 218 218 /// convenience accessor to match Type::isComplete() 219 bool isComplete() const{ return sized; }219 bool isComplete() { return sized; } 220 220 221 221 const Decl * accept( Visitor & v ) const override { return v.visit( this ); }
Note:
See TracChangeset
for help on using the changeset viewer.