Skip to content

SgNodeHelper::localVariableDeclarationsOfFunction

returns the set of all local variable‐declarations of a function

Synopsis

Declared in <src/midend/abstractLayer/SgNodeHelper.h>

std::set<SgVariableDeclaration*>
localVariableDeclarationsOfFunction(SgFunctionDefinition* funDef);

Parameters

Name

Description

funDef

This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.).

Created with MrDocs