Function Outliner::generateFuncArgName#
Defined in File Outliner.hh
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.