Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/CodeGen/CodeGenerator.hpp

    r7959e56 r550446f  
    181181        void handleTypedef( ast::NamedTypeDecl const * type );
    182182        std::string mangleName( ast::DeclWithType const * decl );
    183 
    184         bool nextVisitedNodeIsArgToIntrinsic = false;
    185         bool visitingArgToIntrinsic = false;
    186         void changeState_ArgToIntrinsic( bool newValue ) {
    187                 GuardValue( visitingArgToIntrinsic ) = nextVisitedNodeIsArgToIntrinsic;
    188                 GuardValue( nextVisitedNodeIsArgToIntrinsic ) = newValue;
    189         }
    190183};
    191184
Note: See TracChangeset for help on using the changeset viewer.