isl_pw_aff_nonneg_set: return a rational set if the input is marked rational
[isl.git] / interface / python.h
blob0f6e8ec5b2f99a554c11a7f355132c9d478b2e3d
1 #include <set>
2 #include <clang/AST/Decl.h>
4 using namespace std;
5 using namespace clang;
7 void generate_python(set<RecordDecl *> &types, set<FunctionDecl *> functions);