Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SymTab/Indexer.h

    r5fe35d6 rd67cdb7  
    7676                void addTrait( TraitDecl *decl );
    7777
    78                 /// convenience function for adding a list of Ids to the indexer
    79                 void addIds( const std::list< DeclarationWithType * > & decls );
    80 
    81                 /// convenience function for adding a list of forall parameters to the indexer
    82                 void addTypes( const std::list< TypeDecl * > & tds );
    83 
    84                 /// convenience function for adding all of the declarations in a function type to the indexer
    85                 void addFunctionType( FunctionType * ftype );
    86 
    8778                bool doDebug = false; ///< Display debugging trace?
    8879          private:
Note: See TracChangeset for help on using the changeset viewer.