Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Declaration.h

    raaeacf4 r09ab71a  
    6868        virtual void printShort( std::ostream &os, Indenter indent = {} ) const = 0;
    6969
     70        static void dumpIds( std::ostream &os );
     71        static Declaration *declFromId( UniqueId id );
     72
    7073        UniqueId uniqueId;
    7174        Type::StorageClasses storageClasses;
Note: See TracChangeset for help on using the changeset viewer.