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