Function SgNodeHelper::determineVariablesInSubtree

Function SgNodeHelper::determineVariablesInSubtree#

Function Documentation#

std::vector<SgVarRefExp*> SgNodeHelper::determineVariablesInSubtree(SgNode *node)#

determines all VarRefExp in the subtree of ‘node’. The order in the vector corresponds to the traversal order on the AST.