SageInterface::appendArg
Append an argument to SgFunctionParameterList, transparently set parent,scope, and symbols for arguments when possible We recommend to build SgFunctionParameterList before building a function declaration However, it is still allowed to append new arguments for existing function declarations.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
SgVariableSymbol*
appendArg(
SgFunctionParameterList*,
SgInitializedName*);
Return Value
This class represents the concept of a variable name within the compiler (a
Created with MrDocs