SageInterface::getLoopBody
Routines to get and set the body of a loop
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
SgStatement*
getLoopBody(SgScopeStatement* loop);
Return Value
This class represents the notion of a statement.
Parameters
Name |
Description |
loop |
This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.). |
Created with MrDocs