isl_basic_set_sort_constraints: take into account all coefficients
[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);