Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Indexer.h

    r5fe35d6 r81644e0  
    7676                void addTrait( TraitDecl *decl );
    7777
     78                /// adds all of the IDs from WithStmt exprs
     79                void addWith( WithStmt * );
     80
    7881                /// convenience function for adding a list of Ids to the indexer
    7982                void addIds( const std::list< DeclarationWithType * > & decls );
Note: See TracChangeset for help on using the changeset viewer.