add isl_union_flow_copy
[isl.git] / interface / python.h
blob5dff12606d3639e0d8506148829131c87bc2d3b1
1 #include <set>
2 #include <clang/AST/Decl.h>
4 using namespace std;
5 using namespace clang;
7 void generate_python(set<RecordDecl *> &exported_types,
8 set<FunctionDecl *> exported_functions, set<FunctionDecl *> functions);