ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
analysisCommon.h
Go to the documentation of this file.
1 #ifndef ANALYSIS_COMMON
2 #define ANALYSIS_COMMON
3 
5 #include "cfgUtils.h"
6 #include "CallGraphTraverse.h"
7 
8 // initializes the compiler analysis framework
9 void initAnalysis(SgProject* p);
10 
11 // returns the SgProject object that represents our current project
12 //SgProject* getProject();
13 
14 // returns the call graph of the current project
16 
17 #endif