Changes in src/SymTab/Indexer.h [81644e0:5fe35d6]
- File:
-
- 1 edited
-
src/SymTab/Indexer.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/SymTab/Indexer.h
r81644e0 r5fe35d6 76 76 void addTrait( TraitDecl *decl ); 77 77 78 /// adds all of the IDs from WithStmt exprs79 void addWith( WithStmt * );80 81 78 /// convenience function for adding a list of Ids to the indexer 82 79 void addIds( const std::list< DeclarationWithType * > & decls );
Note:
See TracChangeset
for help on using the changeset viewer.