Changeset c194661 for src/Common/PassVisitor.impl.h
- Timestamp:
- Jun 20, 2018, 11:23:42 AM (5 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 0b3b2ae
- Parents:
- 9a7a3b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.impl.h
r9a7a3b6 rc194661 2268 2268 2269 2269 maybeAccept_impl( node->forall, *this ); 2270 maybeAccept_impl( node->types, *this ); 2270 maybeAccept_impl( node->parent, *this ); 2271 maybeAccept_impl( node->child, *this ); 2271 2272 2272 2273 VISIT_END( node ); … … 2278 2279 2279 2280 maybeMutate_impl( node->forall, *this ); 2280 maybeMutate_impl( node->types, *this ); 2281 maybeMutate_impl( node->parent, *this ); 2282 maybeMutate_impl( node->child, *this ); 2281 2283 2282 2284 MUTATE_END( Type, node );
Note: See TracChangeset
for help on using the changeset viewer.