Changeset 712348a for src/SynTree/Declaration.h
- Timestamp:
- May 13, 2019, 5:10:04 PM (4 years ago)
- Branches:
- arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 6d51bd7
- Parents:
- 768b3b4f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Declaration.h
r768b3b4f r712348a 245 245 virtual void print( std::ostream &os, Indenter indent = {} ) const override; 246 246 247 private:248 247 Kind kind; 249 248 }; … … 306 305 virtual void accept( Visitor &v ) override { v.visit( this ); } 307 306 virtual Declaration *acceptMutator( Mutator &m ) override { return m.mutate( this ); } 308 private:309 307 DeclarationNode::Aggregate kind; 308 private: 310 309 virtual std::string typeString() const override; 311 310 };
Note: See TracChangeset
for help on using the changeset viewer.