Changeset fa2c005 for src/Validate/NoIdSymbolTable.hpp
- Timestamp:
- Jun 8, 2023, 3:19:43 PM (3 years ago)
- Branches:
- ADT
- Parents:
- 044ae62
- File:
-
- 1 edited
-
src/Validate/NoIdSymbolTable.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Validate/NoIdSymbolTable.hpp
r044ae62 rfa2c005 41 41 FORWARD_1( lookupUnion , const std::string & ) 42 42 FORWARD_1( lookupTrait , const std::string & ) 43 FORWARD_1( lookupAdt , const std::string & ) 43 44 FORWARD_1( addType , const ast::NamedTypeDecl * ) 44 45 FORWARD_1( addStruct, const ast::StructDecl * ) … … 49 50 FORWARD_1( addStruct, const std::string & ) 50 51 FORWARD_1( addUnion , const std::string & ) 52 FORWARD_1( addAdt , const std::string & ) 51 53 FORWARD_2( addWith , const std::vector< ast::ptr<ast::Expr> > &, const ast::Decl * ) 52 54
Note:
See TracChangeset
for help on using the changeset viewer.