Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Visitor.h

    r2a4b088 r630a82a  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Jan 25 21:20:44 2016
    13 // Update Count     : 5
     12// Last Modified On : Fri Apr  1 17:26:55 2016
     13// Update Count     : 7
    1414//
    1515
     
    3131        virtual void visit( UnionDecl *aggregateDecl );
    3232        virtual void visit( EnumDecl *aggregateDecl );
    33         virtual void visit( ContextDecl *aggregateDecl );
     33        virtual void visit( TraitDecl *aggregateDecl );
    3434        virtual void visit( TypeDecl *typeDecl );
    3535        virtual void visit( TypedefDecl *typeDecl );
     
    7676        virtual void visit( AsmExpr *asmExpr );
    7777        virtual void visit( UntypedValofExpr *valofExpr );
     78        virtual void visit( CompoundLiteralExpr *compLitExpr );
    7879
    7980        virtual void visit( VoidType *basicType );
     
    8586        virtual void visit( UnionInstType *aggregateUseType );
    8687        virtual void visit( EnumInstType *aggregateUseType );
    87         virtual void visit( ContextInstType *aggregateUseType );
     88        virtual void visit( TraitInstType *aggregateUseType );
    8889        virtual void visit( TypeInstType *aggregateUseType );
    8990        virtual void visit( TupleType *tupleType );
    9091        virtual void visit( TypeofType *typeofType );
    9192        virtual void visit( AttrType *attrType );
     93        virtual void visit( VarArgsType *varArgsType );
    9294
    9395        virtual void visit( SingleInit *singleInit );
Note: See TracChangeset for help on using the changeset viewer.