Skip to content

SageBuilder::pushScopeStack

Public interfaces of the scope stack, should be stable

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
void
pushScopeStack(SgScopeStatement* stmt);

Parameters

Name

Description

stmt

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

Created with MrDocs