Changeset 8d182b1 for src/ResolvExpr/ResolveTypeof.h
- Timestamp:
- Nov 14, 2023, 12:19:09 PM (23 months ago)
- Branches:
- master
- Children:
- 1ccae59, 89a8bab
- Parents:
- df8ba61a (diff), 5625427 (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
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/ResolveTypeof.h
rdf8ba61a r8d182b1 16 16 #pragma once 17 17 18 class Type;19 namespace SymTab {20 class Indexer;21 } // namespace SymTab22 18 namespace ast { 23 19 class Type; … … 28 24 struct ResolveContext; 29 25 30 Type *resolveTypeof( Type*, const SymTab::Indexer &indexer );31 26 const ast::Type * resolveTypeof( const ast::Type *, const ResolveContext & ); 32 27 const ast::Type * fixArrayType( const ast::Type *, const ResolveContext & ); 33 28 const ast::ObjectDecl * fixObjectType( const ast::ObjectDecl * decl , const ResolveContext & ); 34 const ast::ObjectDecl * fixObjectInit( const ast::ObjectDecl * decl , const ResolveContext & );29 const ast::ObjectDecl * fixObjectInit( const ast::ObjectDecl * decl , const ResolveContext & ); 35 30 } // namespace ResolvExpr 36 31
Note:
See TracChangeset
for help on using the changeset viewer.