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