Changeset f7f997a for src/ResolvExpr/ResolveTypeof.h
- Timestamp:
- Nov 17, 2023, 3:23:48 PM (2 years ago)
- Branches:
- master
- Children:
- decd4a6
- Parents:
- 16e0dcb (diff), 2908f08 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/ResolvExpr/ResolveTypeof.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/ResolveTypeof.h
r16e0dcb rf7f997a 22 22 23 23 namespace ResolvExpr { 24 struct ResolveContext;25 24 26 const ast::Type * resolveTypeof( const ast::Type *, const ResolveContext & ); 27 const ast::Type * fixArrayType( const ast::Type *, const ResolveContext & ); 28 const ast::ObjectDecl * fixObjectType( const ast::ObjectDecl * decl , const ResolveContext & ); 29 const ast::ObjectDecl * fixObjectInit( const ast::ObjectDecl * decl , const ResolveContext & ); 25 struct ResolveContext; 26 27 const ast::Type * resolveTypeof( const ast::Type *, const ResolveContext & ); 28 const ast::Type * fixArrayType( const ast::Type *, const ResolveContext & ); 29 const ast::ObjectDecl * fixObjectType( const ast::ObjectDecl * decl , const ResolveContext & ); 30 const ast::ObjectDecl * fixObjectInit( const ast::ObjectDecl * decl , const ResolveContext & ); 31 30 32 } // namespace ResolvExpr 31 33
Note:
See TracChangeset
for help on using the changeset viewer.