Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/SymbolTable.hpp

    rc92bdcc r85855b0  
    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;
    123125        /// Gets special functions associated with a type; if no key is given, returns everything
    124126        std::vector<IdData> specialLookupId( SpecialFunctionKind kind, const std::string & otypeKey = "" ) const;
Note: See TracChangeset for help on using the changeset viewer.