PetScan::extract_array: drop redundant isl_ctx argument
[pet.git] / id.h
blobde2ee6d47d141e2b6932c82fa1a3246bb31ecbc9
1 #ifndef PET_ID_H
2 #define PET_ID_H
4 #include <clang/AST/Decl.h>
5 #include <isl/id.h>
7 __isl_give isl_id *pet_id_from_decl(isl_ctx *ctx, clang::ValueDecl *decl);
8 clang::ValueDecl *pet_id_get_decl(__isl_keep isl_id *id);
10 #endif