mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 16:57:38 +01:00
8 lines
168 B
C++
8 lines
168 B
C++
#include <set>
|
|
#include <clang/AST/Decl.h>
|
|
|
|
using namespace std;
|
|
using namespace clang;
|
|
|
|
void generate_python(set<RecordDecl *> &types, set<FunctionDecl *> functions);
|