FunctionCallInheritedAttribute
Synopsis
Declared in <src/midend/programTransformation/extractFunctionArgumentsNormalization/functionEvaluationOrderTraversal.h>
struct FunctionCallInheritedAttribute;
Enums
Name |
Description |
Is the current node inside a for loop or conditional expresion structure (not the body). |
Member Functions
Name |
Description |
|
Default constructor. Initializes everything to NULL. |
Data Members
Name |
Description |
The innermost scope inside of which this AST node resides. It is either a for‐loop, a do‐loop, a while‐loop or a conditioanl expression. |
|
The last statement encountered before the current node in the AST. |
|
Created with MrDocs