markTemplateInstantiationsForOutput
Fixups template instantiations generated by ROSE from template declarations.
Synopsis
Declared in <SageIII/astPostProcessing/markTemplateInstantiationsForOutput.h>
void
markTemplateInstantiationsForOutput(SgNode* node);
Description
This function is a simplified access to the details wrapped up in the MarkTemplateInstantiationsForOutput class.
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs