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