40 #ifndef HDL_FUNCTION_DECL_FIX_HPP 41 #define HDL_FUNCTION_DECL_FIX_HPP
DesignFlowStep_Status Exec() override
Fixes the var_decl duplication.
~HDLFunctionDeclFix() override
Destructor.
RelationshipType
The relationship type.
HDLFunctionDeclFix(const application_managerRef AppM, const DesignFlowManagerConstRef design_flow_manager, const ParameterConstRef parameters)
Constructor.
const Wrefcount< const DesignFlowManager > design_flow_manager
The design flow manager.
const ParameterConstRef parameters
Set of input parameters.
DesignFlowStep_Status
The status of a step.
const application_managerRef AppM
The application manager.
const CustomUnorderedSet< std::pair< FrontendFlowStepType, FunctionRelationship > > ComputeFrontendRelationships(const DesignFlowStep::RelationshipType relationship_type) const override
Return the set of analyses in relationship with this design step.
Template borrowed from the ANTLR library by Terence Parr (http://www.jGuru.com - Software rights: htt...
This class contains the base representation for a generic frontend flow step which works on the whole...