Is there anyway to manipulate @llvm.var.annotation at the AST level?<br><br>In the source file you could do something like<br>        __attribute__((annotate("GlobalValAnnotation")));<br><br>Is it possible todo something like that with a Clang::DeclRefExpr? Could something be done to @llvm.var.annotation "by hand"? How do you access this?<br>