repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isl_ast_graft_list_extract_hoistable_guard: handle call outside band
[isl.git]
/
interface
/
python.h
blob
0f6e8ec5b2f99a554c11a7f355132c9d478b2e3d
1
#include <set>
2
#include <clang/AST/Decl.h>
3
4
using namespace
std
;
5
using namespace
clang
;
6
7
void
generate_python
(
set
<
RecordDecl
*> &
types
,
set
<
FunctionDecl
*>
functions
);