Changes in src/AST/Decl.hpp [956b389:90be0cf]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Decl.hpp
r956b389 r90be0cf 74 74 bool isTypeFixed = false; 75 75 bool isHidden = false; 76 bool isMember = false;77 76 78 77 DeclWithType( const CodeLocation& loc, const std::string& name, Storage::Classes storage,
Note: See TracChangeset
for help on using the changeset viewer.