Ignore:
Timestamp:
Jun 11, 2019, 1:36:00 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
3da7c19
Parents:
396037d
Message:

More resolver porting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Resolver.h

    r396037d rd57e349  
    2929namespace ast {
    3030        class Decl;
     31        class DeletedExpr;
    3132} // namespace ast
    3233
     
    4849        /// Checks types and binds syntactic constructs to typed representations
    4950        void resolve( std::list< ast::ptr<ast::Decl> >& translationUnit );
     51        /// Searches expr and returns the first DeletedExpr found, otherwise nullptr
     52        const ast::DeletedExpr * findDeletedExpr( const ast::Expr * expr );
    5053} // namespace ResolvExpr
    5154
Note: See TracChangeset for help on using the changeset viewer.