Changeset 3ed994e for src/Common
- Timestamp:
 - May 29, 2018, 2:02:47 PM (7 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, with_gc
 - Children:
 - 96812c0
 - Parents:
 - d807ca28
 - git-author:
 - Rob Schluntz <rschlunt@…> (05/29/18 12:29:01)
 - git-committer:
 - Rob Schluntz <rschlunt@…> (05/29/18 14:02:47)
 - File:
 - 
      
- 1 edited
 
- 
          
  src/Common/PassVisitor.h (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/Common/PassVisitor.h
rd807ca28 r3ed994e 313 313 void indexerAddUnionFwd ( UnionDecl * node ) { indexer_impl_addUnionFwd ( pass, 0, node ); } 314 314 void indexerAddTrait ( TraitDecl * node ) { indexer_impl_addTrait ( pass, 0, node ); } 315 void indexerAddWith ( std::list< Expression * > & exprs, BaseSyntaxNode * withStmt ) { indexer_impl_addWith ( pass, 0, exprs, withStmt ); }315 void indexerAddWith ( std::list< Expression * > & exprs, BaseSyntaxNode * withStmt ) { indexer_impl_addWith( pass, 0, exprs, withStmt ); } 316 316 317 317  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.