Changes in src/SynTree/Declaration.h [aaeacf4:09ab71a]
- File:
-
- 1 edited
-
src/SynTree/Declaration.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Declaration.h
raaeacf4 r09ab71a 68 68 virtual void printShort( std::ostream &os, Indenter indent = {} ) const = 0; 69 69 70 static void dumpIds( std::ostream &os ); 71 static Declaration *declFromId( UniqueId id ); 72 70 73 UniqueId uniqueId; 71 74 Type::StorageClasses storageClasses;
Note:
See TracChangeset
for help on using the changeset viewer.