1#ifndef ROSE_FlowAnalysisInterface_H
2#define ROSE_FlowAnalysisInterface_H
5#include <Rose/FlowGraphInterface.h>
13namespace FlowGraphInterface {
16enum class AnalysisSupportOption { CodeThorn, AstSideEffect };
18template <
class NodeIterator,
class EdgeIterator,
class CallData, AnalysisSupportOption>
27 CallData& getSavedCallData();
This class represents the notion of an expression. Expressions are derived from SgLocatedNodes,...
This class represents the concept of a function declaration statement.
This class represents the base class for all IR nodes within Sage III.
This class represents a source project, with a list of SgFile objects and global information about th...