SageInterface::getForLoopInformations
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
bool
getForLoopInformations(
SgForStatement* for_loop,
SgVariableSymbol*& iterator,
SgExpression*& lower_bound,
SgExpression*& upper_bound,
SgExpression*& stride);
Created with MrDocs