Changes in src/AST/SymbolTable.hpp [85855b0:c92bdcc]
- File:
-
- 1 edited
-
src/AST/SymbolTable.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/SymbolTable.hpp
r85855b0 rc92bdcc 121 121 /// Gets all declarations with the given ID 122 122 std::vector<IdData> lookupId( const std::string &id ) const; 123 /// Gets all declarations with the given ID, ignoring hidden members from enumeration124 std::vector<IdData> lookupIdIgnoreHidden( const std::string &id ) const;125 123 /// Gets special functions associated with a type; if no key is given, returns everything 126 124 std::vector<IdData> specialLookupId( SpecialFunctionKind kind, const std::string & otypeKey = "" ) const;
Note:
See TracChangeset
for help on using the changeset viewer.