Skip to content

FunctionCallInheritedAttribute

Synopsis

Declared in <src/midend/programTransformation/extractFunctionArgumentsNormalization/functionEvaluationOrderTraversal.h>

Enums

Name

Description

Unnamed enum

Is the current node inside a for loop or conditional expresion structure (not the body).

Member Functions

Name

Description

FunctionCallInheritedAttribute [constructor]

Default constructor. Initializes everything to NULL.

Data Members

Name

Description

currentScope

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.

lastStatement

The last statement encountered before the current node in the AST.

scopeStatus

Created with MrDocs