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