Skip to content

SageBuilder::getGlobalScopeFromScopeStack

Support to retrive the SgGlobal from the internal scope stack (error if not present in a non‐empty list, return null for empty list).

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

SgScopeStatement*
getGlobalScopeFromScopeStack();

Return Value

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

Created with MrDocs