SageBuilder::buildGotoStatement
buildGotoStatement overloads
Synopses
Declared in <SageIII/sageInterface/sageBuilder.h>
Build a goto statement
[[visibility]]
SgGotoStatement*
buildGotoStatement(SgLabelStatement* label = NULL);
Build a goto statement from a label symbol, supporting both C/C++ and Fortran cases
[[visibility]]
SgGotoStatement*
buildGotoStatement(SgLabelSymbol* symbol);
Created with MrDocs