Skip to content

SageBuilder::buildInitializedName

e.g the scope of arguments of functions are different for defining and nondefining functions.

Synopses

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgInitializedName*
buildInitializedName(
    std::string const& name,
    SgType* type);
[[visibility]]
SgInitializedName*
buildInitializedName(
    char const* name,
    SgType* type);

e.g the scope of arguments of functions are different for defining and nondefining functions.

[[visibility]]
SgInitializedName*
buildInitializedName(
    SgName const& name,
    SgType* type,
    SgInitializer* init = NULL);

Created with MrDocs