Skip to content

markForOutputInCodeGeneration

Mark an AST subtree as compiler generated and to be output in the source file (code generation phase).

Synopsis

Declared in <SageIII/astPostProcessing/markForOutputInCodeGeneration.h>

void
markForOutputInCodeGeneration(SgNode* node);

Description

Nodes may be marked as "compiler generated" and "compiler
  generated to be unparsed" separately.

Parameters

Name

Description

node

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs