Skip to content

FunctionCallInheritedAttribute::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.

Synopsis

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

SgNode* currentScope;

Created with MrDocs