mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
4 lines
87 B
C
4 lines
87 B
C
#include <clang/AST/Decl.h>
|
|
|
|
bool has_annotation(clang::Decl *decl, const char *name);
|