markSharedDeclarationsForOutputInCodeGeneration
Mark an AST subtree to be unparsed using an alternative file (for multiāfile unparsing).
Synopsis
Declared in <SageIII/astPostProcessing/markSharedDeclarationsForOutputInCodeGeneration.h>
void
markSharedDeclarationsForOutputInCodeGeneration(SgNode* node);
Description
The fileIDsToUnparse set in Sg_File_Info is used to indicate what
statements shuould be unparsed from alternative file.
Parameters
Name |
Description |
node |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs