SageInterface::statementCanBeTransformed
If header file unparsing and tokenābased unparsing are used, then some statements in header files used with the same name and different include syntax can't be transformed. This is currently because there is no way to generally test the resulting transformed code generated by ROSE.
Synopsis
Declared in <SageIII/sageInterface/sageInterface.h>
[[visibility]]
bool
statementCanBeTransformed(SgStatement* stmt);
Parameters
Name |
Description |
stmt |
This class represents the notion of a statement. |
Created with MrDocs