Changeset 9b4f329 for src/AST/Fwd.hpp


Ignore:
Timestamp:
May 16, 2019, 6:46:51 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
246c245
Parents:
f3cc5b6
Message:

Finished porting AST::Expr subclasses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Fwd.hpp

    rf3cc5b6 r9b4f329  
    8585class ConstructorExpr;
    8686class CompoundLiteralExpr;
    87 class UntypedValofExpr;
    8887class RangeExpr;
    8988class UntypedTupleExpr;
     
    267266inline void increment( const class CompoundLiteralExpr *, Node::ref_type );
    268267inline void decrement( const class CompoundLiteralExpr *, Node::ref_type );
    269 inline void increment( const class UntypedValofExpr *, Node::ref_type );
    270 inline void decrement( const class UntypedValofExpr *, Node::ref_type );
    271268inline void increment( const class RangeExpr *, Node::ref_type );
    272269inline void decrement( const class RangeExpr *, Node::ref_type );
Note: See TracChangeset for help on using the changeset viewer.