1 #include <clang/AST/Decl.h>
2 
3 bool has_annotation(clang::Decl *decl, const char *name);
4