blob: 0f6e8ec5b2f99a554c11a7f355132c9d478b2e3d [file] [log] [blame]
#include <set>
#include <clang/AST/Decl.h>
using namespace std;
using namespace clang;
void generate_python(set<RecordDecl *> &types, set<FunctionDecl *> functions);