SageBuilder::buildInitializedName
e.g the scope of arguments of functions are different for defining and nondefining functions.
Synopsis
Declared in <SageIII/sageInterface/sageBuilder.h>
[[visibility]]
SgInitializedName*
buildInitializedName(
SgName const& name,
SgType* type,
SgInitializer* init = NULL);
Return Value
This class represents the notion of a declared variable.
Parameters
Name |
Description |
name |
This class represents strings within the IR nodes. |
type |
This class represents the base class for all types. |
init |
This class represents the notion of an initializer for a variable declaration or |
Created with MrDocs