Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Attribute.h

    r54c9000 r50377a4  
    4343        bool empty() const { return name == ""; }
    4444
    45         std::string normalizedName() const;
    46 
    47         /// true if this attribute is allowed to appear attached to a function parameter
    48         bool isValidOnFuncParam() const;
    49 
    5045        Attribute * clone() const override { return new Attribute( *this ); }
    5146        virtual void accept( Visitor & v ) override { v.visit( this ); }
Note: See TracChangeset for help on using the changeset viewer.