findInitializedNamesInScope
Get all variable names declared within a scope, in the correct order for destruction
Synopsis
Declared in <src/midend/programTransformation/astInlining/inlinerSupport.h>
[[visibility]]
SgInitializedNamePtrList
findInitializedNamesInScope(SgScopeStatement* scope);
Parameters
Name |
Description |
scope |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs