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