Function Outliner::generateFuncArgName

Function Outliner::generateFuncArgName#

Function Documentation#

std::string Outliner::generateFuncArgName(const SgStatement *stmt)#

Create a unique outlined-function’s wrapper argument name for the specified statement.

The generated name will be “unique” within the current translation unit, and is likely (but not guaranteed) to be unique across a project.