brintos

brintos / llvm-project-archived public Read only

0
0
Text · 87 B · b6788f1 Raw
4 lines · c
1#include <clang/AST/Decl.h>2 3bool has_annotation(clang::Decl *decl, const char *name);4