Changes in src/AST/Decl.hpp [8c55d34:d1fbc56e]
- File:
-
- 1 edited
-
src/AST/Decl.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Decl.hpp
r8c55d34 rd1fbc56e 50 50 : ParseNode( loc ), name( name ), storage( storage ), linkage( linkage ) {} 51 51 52 Decl* set_extension( bool ex ) { extension = ex; return this; }53 54 52 /// Ensures this node has a unique ID 55 53 void fixUniqueId();
Note:
See TracChangeset
for help on using the changeset viewer.