Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.h

    rf4e01f1 r5408b59  
    5353                void postvisit( UnionDecl * aggregateDecl );
    5454                void postvisit( EnumDecl * aggregateDecl );
    55                 void postvisit( AdtDecl * AggregateDecl );
    5655                void postvisit( TraitDecl * aggregateDecl );
    5756                void postvisit( TypedefDecl * typeDecl );
     
    166165                void handleTypedef( NamedTypeDecl *namedType );
    167166                std::string mangleName( DeclarationWithType * decl );
    168 
    169                 void handleData( EnumDecl * EnumDecl );
    170167        }; // CodeGenerator
    171168
Note: See TracChangeset for help on using the changeset viewer.