checkIsCompilerGeneratedFlag
Checks whether appropriate nodes of an AST are marked as compiler‐generated.
Synopsis
Declared in <SageIII/astPostProcessing/checkIsCompilerGeneratedFlag.h>
size_t
checkIsCompilerGeneratedFlag(SgNode* ast);
Description
Nodes originating from rose_required_macros_and_functions.h are frontend‐specific. This function marks frontend‐specific nodes as compiler‐generated as well.
Parameters
Name |
Description |
ast |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs