SageBuilder::buildVariableDefinition_nfi
Build variable definition
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgVariableDefinition*
buildVariableDefinition_nfi(
SgVariableDeclaration* decl,
SgInitializedName* init_name,
SgInitializer* init);
Return Value
This class represents the definition (initialization) of a variable.
Parameters
Name |
Description |
decl |
This class represents the concept of a C or C++ variable declaration. |
init_name |
This class represents the notion of a declared variable. |
init |
This class represents the notion of an initializer for a variable declaration or |
Created with MrDocs