Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/ResolveTypeof.h

    rc1e66d9 r92355883  
    1717
    1818class Type;
    19 class ListInit;
    2019namespace SymTab {
    2120class Indexer;
     
    2322namespace ast {
    2423        class Type;
    25         class ListInit;
    2624        class ObjectDecl;
    2725}
     
    3028        struct ResolveContext;
    3129
    32         Type *resolveTypeof( Type *, const SymTab::Indexer &indexer );
     30        Type *resolveTypeof( Type*, const SymTab::Indexer &indexer );
    3331        const ast::Type * resolveTypeof( const ast::Type *, const ResolveContext & );
    34         const ast::Type * fixArrayType( const ast::Type *, const ResolveContext &, const ast::ListInit * );
    35         const ast::Type * fixEnumeratedArray( const ast::Type *, const ResolveContext & );
    3632        const ast::ObjectDecl * fixObjectType( const ast::ObjectDecl * decl , const ResolveContext & );
    37         const ast::ObjectDecl * fixObjectInit( const ast::ObjectDecl * decl , const ResolveContext & );
     33        const ast::ObjectDecl * fixObjectInit( const ast::ObjectDecl * decl , const ResolveContext &);
    3834} // namespace ResolvExpr
    3935
Note: See TracChangeset for help on using the changeset viewer.