Changes in src/SynTree/Declaration.h [09ab71a:aaeacf4]
- File:
-
- 1 edited
-
src/SynTree/Declaration.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Declaration.h
r09ab71a raaeacf4 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 73 70 UniqueId uniqueId; 74 71 Type::StorageClasses storageClasses;
Note:
See TracChangeset
for help on using the changeset viewer.