SageInterface::changeContinuesToGotos
Change continue statements in a given block of code to gotos to a label
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
void
changeContinuesToGotos(
SgStatement* stmt,
SgLabelStatement* label);
Parameters
Name |
Description |
stmt |
This class represents the notion of a statement. |
label |
This class represents the concept of a C or C++ label statement. |
Created with MrDocs