Ignore:
Timestamp:
Jun 14, 2018, 5:34:39 PM (6 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
704d11e
Parents:
29f9e20
Message:

Add QualifiedType? node

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/PassVisitor.h

    r29f9e20 rc5d7701  
    133133        virtual void visit( ArrayType * arrayType ) override final;
    134134        virtual void visit( ReferenceType * referenceType ) override final;
     135        virtual void visit( QualifiedType * qualType ) override final;
    135136        virtual void visit( FunctionType * functionType ) override final;
    136137        virtual void visit( StructInstType * aggregateUseType ) override final;
     
    233234        virtual Type * mutate( ArrayType * arrayType ) override final;
    234235        virtual Type * mutate( ReferenceType * referenceType ) override final;
     236        virtual Type * mutate( QualifiedType * qualType ) override final;
    235237        virtual Type * mutate( FunctionType * functionType ) override final;
    236238        virtual Type * mutate( StructInstType * aggregateUseType ) override final;
Note: See TracChangeset for help on using the changeset viewer.