Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/SymbolTable.hpp

    r85855b0 rc92bdcc  
    121121        /// Gets all declarations with the given ID
    122122        std::vector<IdData> lookupId( const std::string &id ) const;
    123         /// Gets all declarations with the given ID, ignoring hidden members from enumeration
    124         std::vector<IdData> lookupIdIgnoreHidden( const std::string &id ) const;
    125123        /// Gets special functions associated with a type; if no key is given, returns everything
    126124        std::vector<IdData> specialLookupId( SpecialFunctionKind kind, const std::string & otypeKey = "" ) const;
Note: See TracChangeset for help on using the changeset viewer.