Skip to content

sg::InitNameCloner::InitNameCloner

Constructor

Synopsis

Declared in <SageIII/sageInterface/sageFunctors.h>

InitNameCloner(
    SgDeclarationStatement& declaration,
    SgScopeStatement* enclosing_scope = 0);

Parameters

Name

Description

declaration

The object to copy construct from

enclosing_scope

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

Created with MrDocs