Changes in src/AST/Decl.hpp [9d6e7fa9:ed3935da]
- File:
-
- 1 edited
-
src/AST/Decl.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Decl.hpp
r9d6e7fa9 red3935da 287 287 288 288 /// gets the integer value for this enumerator, returning true iff value found 289 bool valueOf( const Decl* enumerator, long long& value ) const;289 bool valueOf( Decl* enumerator, long long& value ) const; 290 290 291 291 const Decl * accept( Visitor & v ) const override { return v.visit( this ); }
Note:
See TracChangeset
for help on using the changeset viewer.