Changes in src/SynTree/Attribute.h [54c9000:50377a4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Attribute.h
r54c9000 r50377a4 43 43 bool empty() const { return name == ""; } 44 44 45 std::string normalizedName() const;46 47 /// true if this attribute is allowed to appear attached to a function parameter48 bool isValidOnFuncParam() const;49 50 45 Attribute * clone() const override { return new Attribute( *this ); } 51 46 virtual void accept( Visitor & v ) override { v.visit( this ); }
Note:
See TracChangeset
for help on using the changeset viewer.