xref: /netbsd-src/external/mit/isl/dist/interface/extract_interface.h (revision 9dc0bb4cc688e21ede7c5dc70e8e7f007735d600)
1 #include <clang/AST/Decl.h>
2 
3 bool has_annotation(clang::Decl *decl, const char *name);
4