How do I get the pointer associated with a node in the ClangAST using the c++ API?

前端 未结 0 797
感情败类
感情败类 2021-02-19 21:40

When you dump the AST of a C program using clang, each node in the tree has a unique hexcode.

https://stephenwzl.github.io/images/ast-dump.png

For example, x in th

相关标签:
回答
  • 消灭零回复
提交回复
热议问题