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>
class MarkForOutputInCodeGeneration
: public SgSimpleProcessing
Base Classes
Name |
Description |
Member Functions
Name |
Description |
|
Required traversal function |
Description
Nodes may be marked as "compiler generated" and "compiler
generated to be unparsed" separately.
Created with MrDocs