Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/ResolveTypeof.h

    r0bd3faf r2908f08  
    2222
    2323namespace ResolvExpr {
    24         struct ResolveContext;
    2524
    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 & );
     25struct ResolveContext;
     26
     27const ast::Type * resolveTypeof( const ast::Type *, const ResolveContext & );
     28const ast::Type * fixArrayType( const ast::Type *, const ResolveContext & );
     29const ast::ObjectDecl * fixObjectType( const ast::ObjectDecl * decl , const ResolveContext & );
     30const ast::ObjectDecl * fixObjectInit( const ast::ObjectDecl * decl , const ResolveContext & );
     31
    3032} // namespace ResolvExpr
    3133
Note: See TracChangeset for help on using the changeset viewer.