AstSgNodeAttribute
Attribute storing an SgNode.
Synopsis
Declared in <src/midend/astProcessing/AstAttributeMechanism.h>
class AstSgNodeAttribute
: public AstValueAttribute<SgNode*>
Base Classes
Name |
Description |
IR node attribute that stores a copyable value. |
Types
Name |
Member Functions
Name |
Description |
|
Constructors |
|
|
|
|
Description
A SgNode attribute may be used to "dynamically add" an SgNode field to an AST node.
Created with MrDocs