- Timestamp:
- May 3, 2017, 3:14:37 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- b13fc10, ca946a4, f57668a
- Parents:
- 365da371
- Location:
- src
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Visitor.h
r365da371 rdba6db9 9 9 // Author : Richard C. Bilson 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Thu Feb 9 14:23:24201711 // Last Modified By : Andrew Beach 12 // Last Modified On : Wed May 3 08:58:00 2017 13 13 // Update Count : 10 14 14 // … … 26 26 virtual ~Visitor(); 27 27 public: 28 // visit: Default implementation of all functions visits the children 29 // of the given syntax node, but performs no other action. 30 28 31 virtual void visit( ObjectDecl *objectDecl ); 29 32 virtual void visit( FunctionDecl *functionDecl );
Note: See TracChangeset
for help on using the changeset viewer.