Changeset 81644e0 for src/SymTab/Indexer.h
- Timestamp:
- Dec 1, 2017, 2:51:50 PM (5 years ago)
- Branches:
- 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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 55d6e8de
- Parents:
- 373d0b5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Indexer.h
r373d0b5 r81644e0 76 76 void addTrait( TraitDecl *decl ); 77 77 78 /// adds all of the IDs from WithStmt exprs 79 void addWith( WithStmt * ); 80 78 81 /// convenience function for adding a list of Ids to the indexer 79 82 void addIds( const std::list< DeclarationWithType * > & decls );
Note: See TracChangeset
for help on using the changeset viewer.