Changes in src/SymTab/Indexer.h [5fe35d6:81644e0]
- File:
-
- 1 edited
-
src/SymTab/Indexer.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Indexer.h
r5fe35d6 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.