SageInterface::unnormalizeForLoopInitDeclaration
Undo the normalization of for loop's C99 init declaration. Previous record of normalization is used to ease the reverse transformation.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
bool
unnormalizeForLoopInitDeclaration(SgForStatement* loop);
Parameters
Name |
Description |
loop |
This class represents the concept of a for loop. |
Created with MrDocs