3 lines
87 B
C
3 lines
87 B
C
#include <clang/AST/Decl.h>
|
|
|
|
bool has_annotation(clang::Decl *decl, const char *name);
|