Skip to content

SageBuilder::buildGotoStatement

Build a goto statement from a label symbol, supporting both C/C++ and Fortran cases

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgGotoStatement*
buildGotoStatement(SgLabelSymbol* symbol);

Return Value

This class represents the concept of a C or C++ goto statement.

Created with MrDocs